Skip to content

Commit 5eb4862

Browse files
authored
Update python-app.yml
1 parent 0c05f00 commit 5eb4862

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install piencrypt
3838
# 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
39+
# - name: Clean temp directory
40+
# run: rm -rf *
41+
# working-directory: ./Test
4242
- name: Run tests
4343
run: python Test/pie_test.py

0 commit comments

Comments
 (0)