We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f367068 commit 827b41cCopy full SHA for 827b41c
1 file changed
.github/workflows/python-app.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Modules
35
run: |
36
python -m pip install --upgrade pip
37
- pip install piencrypt
+ pip install --upgrade piencrypt
38
pip install requests
39
# Run the tests. I'm using pytest and the file is in the tests directory.
40
# - name: Clean temp directory
0 commit comments