Skip to content

Commit

Permalink
Merge branch 'master' into qsim_confusion_matrix_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion authored Oct 30, 2023
2 parents 91a14c4 + 12eab26 commit 490ded6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

# Used to host cibuildwheel
- uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:

# Used to host cibuildwheel
- uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
Expand Down

0 comments on commit 490ded6

Please sign in to comment.