Skip to content

Commit

Permalink
switch python tests to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Apr 28, 2024
1 parent 6f6b6f9 commit 6d600c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,22 @@ on:

jobs:
prop-and-fit:
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '15.1.0'
- name: Install GRSS (including dependencies)
run: |
python3 -m pip install --upgrade pip
sudo apt-get install doxygen
brew install doxygen
source initialize.sh
pip3 install .
- name: Run tests
Expand Down

0 comments on commit 6d600c9

Please sign in to comment.