We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef1a9d commit 9f3665bCopy full SHA for 9f3665b
1 file changed
.github/workflows/mainpython35.yml
@@ -8,17 +8,17 @@ on:
8
9
jobs:
10
job_id_1:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
12
name: PyTest Workflow Job
13
14
steps:
15
- name: Checkout Pre-Built Action
16
uses: actions/checkout@v3
17
18
- - name: Setup Python 3.5.9
+ - name: Setup Python 3.5
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.5.9'
+ python-version: '3.5'
22
23
- name: Build PyGAD from the Repository
24
run: |
0 commit comments