Skip to content

Commit

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

0 comments on commit c0ff60c

Please sign in to comment.