Skip to content

Commit

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

0 comments on commit a39b48e

Please sign in to comment.