We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c05f00 commit 5eb4862Copy full SHA for 5eb4862
1 file changed
.github/workflows/python-app.yml
@@ -36,8 +36,8 @@ jobs:
36
python -m pip install --upgrade pip
37
pip install piencrypt
38
# Run the tests. I'm using pytest and the file is in the tests directory.
39
- - name: Clean temp directory
40
- run: rm -rf *
41
- working-directory: ./Test
+# - name: Clean temp directory
+# run: rm -rf *
+# working-directory: ./Test
42
- name: Run tests
43
run: python Test/pie_test.py
0 commit comments