Skip to content

Commit 0c05f00

Browse files
committed
Merge branch 'master' of github.com:sid86-dev/data_encrypt
2 parents 5ece74d + cbc6c0a commit 0c05f00

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: Install pytest
34+
- name: Install piencrypt
3535
run: |
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
3942
- name: Run tests
4043
run: python Test/pie_test.py

0 commit comments

Comments
 (0)