Skip to content

Commit

Permalink
Temporariliy deactive macOS test to see Ubuntu results
Browse files Browse the repository at this point in the history
  • Loading branch information
jank324 committed Jan 16, 2025
1 parent 9275cd9 commit 7e8d653
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
python-version: "3.12"
# include:
# - os: macos-latest
# python-version: "3.12"
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: 'latest'
conda-solver: 'classic'
miniconda-version: "latest"
conda-solver: "classic"
python-version: ${{ matrix.python-version }}
activate-environment: test_environment
- name: Install Bmad and Pytao
Expand Down

0 comments on commit 7e8d653

Please sign in to comment.