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 3674068 commit 1e79cfdCopy full SHA for 1e79cfd
.github/workflows/python-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
pip install .
37
38
- name: Install Dependencies for Unrestricted File Upload
39
- working-directory: ${{ working-directory-unrestricted-fileupload }}
+ working-directory: ${{ env.working-directory-unrestricted-fileupload }}
40
run: |
41
python -m pip install --upgrade pip
42
0 commit comments