Skip to content

Commit

Permalink
py3.12 test suite compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jun 25, 2024
1 parent 042dd4d commit 4537678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Build Tools
run: |
python -m pip install build wheel
python -m pip install build wheel setuptools
- name: Install System Dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt-get update
sudo apt install python3-dev
python -m pip install build wheel
python -m pip install build wheel setuptools
- name: Install test dependencies
run: |
pip install -r requirements/test.txt
Expand Down

0 comments on commit 4537678

Please sign in to comment.