Skip to content

Commit

Permalink
Run on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed May 22, 2023
1 parent 18f6ebc commit 51238ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -34,10 +34,7 @@ jobs:
- if: ${{ steps.cache-python.outputs.cache-hit != 'true' }}
name: Install dependencies
run: |
sudo apt-get -y install graphviz
export CUDA_VISIBLE_DEVICES=-1
poetry install
run: poetry install

- name: Lint
run: poetry run poe check
Expand Down

0 comments on commit 51238ed

Please sign in to comment.