We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb8d83 commit e6ac89eCopy full SHA for e6ac89e
1 file changed
.github/workflows/python-app.yml
@@ -31,13 +31,13 @@ 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: Clean temp directory
35
- run: rm -rf *
36
- working-directory: ./Test
37
- - name: Install pytest
+ - name: Install piencrypt
38
run: |
39
python -m pip install --upgrade pip
40
pip install piencrypt
41
# Run the tests. I'm using pytest and the file is in the tests directory.
+ - name: Clean temp directory
+ run: rm -rf *
+ working-directory: ./Test
42
- name: Run tests
43
- run: python pie_test.py
+ run: python .\Test\pie_test.py
0 commit comments