Skip to content

Commit 925b2bb

Browse files
committed
Test Python 3.12 Beta
1 parent f410a14 commit 925b2bb

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
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Install PyGAD after Building the .whl File
3434
run: |
35-
find ./dist/*.whl | xargs -m pip install
35+
find ./dist/*.whl | xargs pip install
3636
# find ./dist/*.whl | xargs python3.12 -m pip install
3737
3838
- name: Install PyTest

0 commit comments

Comments
 (0)