Skip to content

Commit

Permalink
mirror environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Dec 9, 2024
1 parent 3590140 commit fc569fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
verbose: true

extended_demo:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.15'

- name: Install dependencies
run: pip install -e .[dev,doc]
Expand Down

0 comments on commit fc569fb

Please sign in to comment.