Skip to content

Commit

Permalink
ci: fix pytest issue (attempt 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkin committed Jan 31, 2024
1 parent a39b48e commit 8a5e87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
run: pip install dist/*.tar.gz
- name: Test
run: |
cd ..
mkdir ../empty
cd ../empty
python -m pytest --pyargs pyteleport

0 comments on commit 8a5e87c

Please sign in to comment.