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 b4aed45 commit 44671f6Copy full SHA for 44671f6
.github/workflows/main_py312.yml
@@ -25,12 +25,12 @@ jobs:
25
# python3 -m pip install --upgrade build
26
pip3 install setuptools==58.2.0
27
pip3 install build
28
- python3 -m build --sdist --wheel
+ python3.12 -m build --sdist --wheel
29
# python3 -m build
30
31
- name: Install PyGAD after Building the .whl File
32
run: |
33
- find ./dist/*.whl | xargs python3 -m pip install
+ find ./dist/*.whl | xargs python3.12 -m pip install
34
35
- name: Install PyTest
36
run: pip install pytest
0 commit comments