dev #10

Merged
李衍志523370910113 merged 238 commits from dev into master 2025-03-05 16:20:39 +08:00
3 changed files with 2 additions and 6 deletions
Showing only changes of commit d1b718a30c - Show all commits

View File

@ -4,8 +4,7 @@ on:
- pull_request
jobs:
build:
container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs

View File

@ -9,7 +9,6 @@ import yaml
from joj3_config_generator.convert import convert as convert_conf
from joj3_config_generator.convert import convert_joj1 as convert_joj1_conf
from joj3_config_generator.convert import distribute_json
from joj3_config_generator.models import joj1, repo, task
from joj3_config_generator.utils.logger import logger

View File

@ -1,9 +1,7 @@
from typing import List
import humanfriendly
from pytimeparse.timeparse import timeparse
jon-lee marked this conversation as resolved Outdated

is it added to pyproject.toml?

is it added to pyproject.toml?

now added

now added
from joj3_config_generator.models import joj1, result, task
from joj3_config_generator.models import joj1, task
def get_joj1_run_stage(joj1_config: joj1.Config) -> task.Stage: