We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2046d commit f2e8982Copy full SHA for f2e8982
.github/workflows/_test_system.yml
@@ -36,13 +36,6 @@ jobs:
36
name: Write the requirements as an artifact
37
run: pip freeze --exclude-editable > /tmp/dev-requirements.txt
38
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
-
46
- if: inputs.python-version != 'dev'
47
name: Install latest versions of python packages
48
uses: ./.github/actions/install_requirements
0 commit comments