Skip to content

Commit 76b5e80

Browse files
committed
Update CI.
1 parent 19bcacd commit 76b5e80

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/code_test_and_deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# macos-14 is M1, macos-13 is intel. Run on earliest and
3333
# latest python versions. All python versions are tested in
3434
# the weekly cron job.
35-
os: [ ubuntu-latest] # [windows-latest, macos-14, macos-13] TODO: ADD BACK
35+
os: [ ubuntu-latest, windows-latest, macos-14, macos-13]
3636
# Test all Python versions for cron job, and only first/last for other triggers
3737
python-version: ${{ fromJson(github.event_name == 'schedule' && '["3.9", "3.10", "3.11", "3.12"]' || '["3.9", "3.12"]') }}
3838

@@ -57,7 +57,6 @@ jobs:
5757
run: |
5858
python -m pip install --upgrade pip
5959
pip install .[dev]
60-
- name: Test All
6160
# run SSH tests only on Linux because Windows and macOS
6261
# are already run within a virtual container and so cannot
6362
# run Linux containers because nested containerisation is disabled.
@@ -66,7 +65,7 @@ jobs:
6665
run: |
6766
sudo service mysql stop # free up port 3306 for ssh tests
6867
pytest tests/tests_transfers/ssh
69-
- name: Test All
68+
- name: All Other Tests
7069
run: |
7170
pytest --ignore tests/tests_transfers/ssh
7271

0 commit comments

Comments
 (0)