Skip to content

Commit

Permalink
Merge branch 'develop' into feature/resourceboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 14, 2023
2 parents 879dee9 + 145a37e commit 931d6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
python${{ matrix.python-version }} -m pip install -r requirements.txt
python${{ matrix.python-version }} -m pytest --ignore=simulator/
- name: Check type stubs are up-to-date and run mypy
if: matrix.os == 'macos-12' && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
if: matrix.os == 'macos-13-xlarge' && (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch')
run: |
python${{ matrix.python-version }} -m pip install -U mypy
python${{ matrix.python-version }} -m pip install -U pybind11-stubgen
Expand Down

0 comments on commit 931d6ab

Please sign in to comment.