Skip to content

Commit

Permalink
testing diff runner
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 22, 2023
1 parent 7d9845c commit e29551c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
python-version: [3.8, 3.9, "3.10"]
allow_failure: [false]
os: [ubuntu-latest]
os: [macos-latest]
include:
- python: "3.11"
os: ubuntu-latest
os: macos-latest
allow_failure: true

steps:
Expand All @@ -32,7 +32,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install astropy-helpers>4
pip install .[dev]
# - name: Lint with ruff
Expand Down

0 comments on commit e29551c

Please sign in to comment.