Skip to content

Commit 8bb8d83

Browse files
authored
Update python-app.yml
1 parent 8f4fe6c commit 8bb8d83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ 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: Clean temp directory
35+
run: rm -rf *
36+
working-directory: ./Test
3437
- name: Install pytest
3538
run: |
3639
python -m pip install --upgrade pip
3740
pip install piencrypt
3841
# Run the tests. I'm using pytest and the file is in the tests directory.
3942
- name: Run tests
40-
run: python Test/pie_test.py
43+
run: python pie_test.py

0 commit comments

Comments
 (0)