Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
Fix for gh-95299
  • Loading branch information
hrchu authored Oct 31, 2023
1 parent b0868e7 commit 519bb30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# necessary after Python 3.12 / gh-95299
- name: Install setuptools
run: pip install setuptools
- name: Install solid
run: python setup.py install
- name: Install pytest
Expand Down

0 comments on commit 519bb30

Please sign in to comment.