Skip to content

Commit 7101df2

Browse files
committed
Piencrypt Test
1 parent 85025f2 commit 7101df2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
- name: Display Python version
3232
run: python -c "import sys; print(sys.version)"
3333
# Install the package using the setup.py
34-
- name: Install piencrypt
34+
- name: Install Modules
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install piencrypt
38+
pip install requests
3839
# Run the tests. I'm using pytest and the file is in the tests directory.
3940
# - name: Clean temp directory
4041
# run: rm -rf *

0 commit comments

Comments
 (0)