Skip to content

Commit f2e8982

Browse files
committed
Fix CI
1 parent bb2046d commit f2e8982

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/_test_system.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
name: Write the requirements as an artifact
3737
run: pip freeze --exclude-editable > /tmp/dev-requirements.txt
3838

39-
- if: inputs.python-version == 'dev'
40-
name: Upload dev-requirements.txt
41-
uses: actions/upload-artifact@v4
42-
with:
43-
name: dev-requirements
44-
path: /tmp/dev-requirements.txt
45-
4639
- if: inputs.python-version != 'dev'
4740
name: Install latest versions of python packages
4841
uses: ./.github/actions/install_requirements

0 commit comments

Comments
 (0)