Skip to content

Commit 151445f

Browse files
committed
Test Python 3.12 Beta
1 parent 13a2cd0 commit 151445f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_py312.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
3434
- name: Install PyGAD after Building the .whl File
3535
run: |
36-
find ./dist/*.whl | xargs pip install
37-
# find ./dist/*.whl | xargs python3.12 -m pip install
36+
# find ./dist/*.whl | xargs pip install
37+
find ./dist/*.whl | xargs python3.12 -m pip install
3838
3939
- name: Install PyTest
4040
run: pip install pytest

0 commit comments

Comments
 (0)