We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e4d40 + 5eb4862 commit 4387e11Copy full SHA for 4387e11
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