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 f410a14 commit 925b2bbCopy full SHA for 925b2bb
.github/workflows/main_py312.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install PyGAD after Building the .whl File
34
run: |
35
- find ./dist/*.whl | xargs -m pip install
+ find ./dist/*.whl | xargs pip install
36
# find ./dist/*.whl | xargs python3.12 -m pip install
37
38
- name: Install PyTest
0 commit comments