Skip to content

Commit e6ac89e

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +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
37-
- name: Install pytest
34+
- name: Install piencrypt
3835
run: |
3936
python -m pip install --upgrade pip
4037
pip install piencrypt
4138
# 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
4242
- name: Run tests
43-
run: python pie_test.py
43+
run: python .\Test\pie_test.py

0 commit comments

Comments
 (0)