Skip to content

Commit 15e57aa

Browse files
committed
Use hatchling instead of setuptools
1 parent c77ce2b commit 15e57aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py312.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install PyGAD after Building the .whl File
3131
run: |
32-
find ./dist/*.whl | xargs pip install
32+
find ./dist/*.whl | xargs python3 -m pip install
3333
3434
- name: Install PyTest
3535
run: pip install pytest

0 commit comments

Comments
 (0)