dev #10
|  | @ -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 | ||||
|  |  | |||
|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,9 +1,7 @@ | |||
| from typing import List | ||||
| 
 | ||||
| import humanfriendly | ||||
| from pytimeparse.timeparse import timeparse | ||||
| 
 | ||||
| 
					
					jon-lee marked this conversation as resolved
					
						
						
							Outdated
						
					
				 | ||||
| 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: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
is it added to pyproject.toml?
now added