Skip to content

Commit

Permalink
Update commit_test.yaml
Browse files Browse the repository at this point in the history
Try to fix 3.12 testing issue
  • Loading branch information
aatmdelissen authored Jul 15, 2024
1 parent e299f7e commit 88256b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -c "import sys; print(f'Python {sys.version}')"
python -c "import pip; print(f'pip {pip.__version__}')"
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
#python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
python -m pip freeze
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 88256b7

Please sign in to comment.