Skip to content

Commit

Permalink
May be unrelated to Catalina?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfiv authored Feb 1, 2020
1 parent bc85651 commit 458efab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
command: test
- name: py-deps
run: pip install cffi maturin .
run: |
pip install --upgrade pip
pip install cffi maturin .
- name: py-install
run: |
maturin build --release
Expand Down

0 comments on commit 458efab

Please sign in to comment.