We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85025f2 commit 7101df2Copy full SHA for 7101df2
1 file changed
.github/workflows/python-app.yml
@@ -31,10 +31,11 @@ jobs:
31
- name: Display Python version
32
run: python -c "import sys; print(sys.version)"
33
# Install the package using the setup.py
34
- - name: Install piencrypt
+ - name: Install Modules
35
run: |
36
python -m pip install --upgrade pip
37
pip install 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
41
# run: rm -rf *
0 commit comments