Skip to content

Commit 9f3665b

Browse files
committed
Test using Python 3.5
1 parent 3ef1a9d commit 9f3665b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mainpython35.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88

99
jobs:
1010
job_id_1:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
name: PyTest Workflow Job
1313

1414
steps:
1515
- name: Checkout Pre-Built Action
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Python 3.5.9
18+
- name: Setup Python 3.5
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.5.9'
21+
python-version: '3.5'
2222

2323
- name: Build PyGAD from the Repository
2424
run: |

0 commit comments

Comments
 (0)