Skip to content

Commit

Permalink
In the arena trying things
Browse files Browse the repository at this point in the history
  • Loading branch information
atroyn committed Jul 20, 2024
1 parent 0271998 commit 5b51ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install pybind11
run: python -m pip install --force-reinstall pybind11==2.11.1
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.1
- name: Build wheels
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install pybind11
run: python -m pip install --force-reinstall pybind11==2.11.1
- name: Build and install
run: python -m pip install .

Expand Down

0 comments on commit 5b51ba2

Please sign in to comment.