Skip to content

Commit 827b41c

Browse files
committed
fail fix
1 parent f367068 commit 827b41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Modules
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install piencrypt
37+
pip install --upgrade piencrypt
3838
pip install requests
3939
# Run the tests. I'm using pytest and the file is in the tests directory.
4040
# - name: Clean temp directory

0 commit comments

Comments
 (0)