Skip to content

Commit

Permalink
Fix job name; Try to fix M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent c668fa7 commit 4a10427
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
- name: Install leveldb
run: |
brew install leveldb
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
export CPATH="$CPATH:$(brew --prefix)/include"
- name: Install pytest and build module
run: |
Expand Down Expand Up @@ -152,7 +154,7 @@ jobs:
name: wheels
path: dist

ubuntu-22.04:
ubuntu-22-04:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -214,4 +216,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: wheels
path: dist
path: dist

0 comments on commit 4a10427

Please sign in to comment.