Skip to content

Commit

Permalink
Merge pull request #140 from kitsuyui/macos-runner
Browse files Browse the repository at this point in the history
macOS runner
  • Loading branch information
kitsuyui authored May 22, 2023
2 parents 4802106 + 51238ed commit a2af408
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 94 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
Loading

0 comments on commit a2af408

Please sign in to comment.