Skip to content

Commit

Permalink
Initial run on macOS on GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 14, 2022
1 parent 398b603 commit 2550f80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 143 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -122,6 +122,10 @@ jobs:
# Just Python 3.9 with default settings.
- python-version: '3.9'

# newest macOS and newest Python supported version.
- python-version: '3.10'
runs-on: 'macos-12'

# Windows, minimum Python version with select reactor.
- python-version: '3.7'
runs-on: 'windows-2022'
Expand Down Expand Up @@ -225,7 +229,7 @@ jobs:
# If one of the above steps fails, fire up tmate for remote debugging.
# This is fired for manual trigger or via the environment variable.
- name: Tmate debug session
if: ${{ !cancelled() && (env.TMATE_DEBUG == 'yes' || github.event_name == 'workflow_dispatch' && inputs.debug_enabled ) }}
if: ${{ failed() && (env.TMATE_DEBUG == 'yes' || github.event_name == 'workflow_dispatch' && inputs.debug_enabled ) }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
Expand Down
23 changes: 0 additions & 23 deletions azure-pipelines/macos_test_jobs.yml

This file was deleted.

86 changes: 0 additions & 86 deletions azure-pipelines/run_test_steps.yml

This file was deleted.

33 changes: 0 additions & 33 deletions azure-pipelines/tests_pipeline.yml

This file was deleted.

Empty file.

0 comments on commit 2550f80

Please sign in to comment.