Skip to content

Commit cb7ce39

Browse files
committed
Edit workflow.
1 parent dc55686 commit cb7ce39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
pytest tests/tests_transfers/ssh
7878
- name: All Other Tests
7979
run: |
80-
pytest --ignore tests/tests_transfers/ssh
80+
pytest -k "test_aws_transfer or test_gdrive_transfer"
8181
8282
build_sdist_wheels:
8383
name: Build source distribution

0 commit comments

Comments
 (0)