Skip to content

Commit

Permalink
Merge pull request #203 from autotwin/build
Browse files Browse the repository at this point in the history
venv
  • Loading branch information
mrbuche authored Nov 13, 2024
2 parents f6cea8c + 1204e48 commit 423c52f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: foo
if: matrix.os == 'macos-latest'
run: brew uninstall --ignore-dependencies xz
- name: maturin
run: pip install maturin
- name: build
Expand Down

0 comments on commit 423c52f

Please sign in to comment.