Skip to content

Commit

Permalink
update CI for Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Aug 16, 2024
1 parent 353a462 commit aadfcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
python -m venv venv-acro
venv-acro\env\Scripts\activate.bat
venv-acro\Scripts\activate.bat
- name: Install acro and pytest
run: python -m pip install . pytest
Expand Down

0 comments on commit aadfcf8

Please sign in to comment.