Skip to content

Commit

Permalink
MNT: Noticed a spelling error in ci.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Sep 25, 2024
1 parent 61ab85c commit 3794f4f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
# Runs at 09Z (2am CDT)
- cron: "0 9 * * *"
push:
branches: [ main ]
branches:
- main
pull_request:
branches: [ main ]
branches:
- main

# Cancel concurrent runs
concurrency:
Expand All @@ -33,8 +35,8 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [macOS, ubuntu, Windows]
inlcude:
os: [macos, ubuntu, windows]
include:
- os: macos-latest
PLAT: arm64
INTERFACE64: ""
Expand All @@ -47,10 +49,11 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
create-args: python=${{ matrix.python-version }}
environment-file: ./continuous_integration/environment_actions.yml
environment-file: continuous_integration/environment_actions.yml
environment-name: act_env

- name: Install ACT
shell: bash -l {0}
run: |
python -m pip install -e . --no-deps --force-reinstall
Expand Down

0 comments on commit 3794f4f

Please sign in to comment.