Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonullberg authored Oct 9, 2023
1 parent 7abe985 commit cdc0e95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.11", "3.8"]
os: ["ubuntu-latest"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -24,4 +24,6 @@ jobs:
environment-file: environment.yml
auto-activate-base: false
activate-environment: plotting-tools
- run: make fmt
- name: Format
shell: bash -el {0}
run: make fmt

0 comments on commit cdc0e95

Please sign in to comment.