File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ pixi.lock linguist-language=YAML
77old export-ignore
88. /scripts export-ignore
99. /bench export-ignore
10-
11- tmp_bug_unearth.py export-ignore
Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ workflow:
2525 - if : $CI_COMMIT_BRANCH
2626 - if : $CI_COMMIT_TAG
2727
28- # check_bug:
29- # image: fluiddyn/python3-stable:lastest
30- # script:
31- # - pip index versions flit-core
32- # - pip install requests
33- # - python3.9 tmp_bug_unearth.py
34-
3528
3629image-pixi:build :
3730 stage : image-pixi
@@ -121,10 +114,6 @@ image:build:
121114 before_script :
122115 - nox --version
123116 - pdm --version
124- # to avoid hishel>=1 (using hishel 0.1.5)
125- # leading to IO problems on osuosl runners
126- - uv tool install pdm==2.26.2
127- - pdm --version
128117
129118
130119validate_code :
You can’t perform that action at this time.
0 commit comments