We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a2cd0 commit 151445fCopy full SHA for 151445f
.github/workflows/main_py312.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Install PyGAD after Building the .whl File
35
run: |
36
- find ./dist/*.whl | xargs pip install
37
- # find ./dist/*.whl | xargs python3.12 -m pip install
+ # find ./dist/*.whl | xargs pip install
+ find ./dist/*.whl | xargs python3.12 -m pip install
38
39
- name: Install PyTest
40
run: pip install pytest
0 commit comments