File tree 6 files changed +30
-0
lines changed
6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.10'
22
22
23
+ - name : Install Dependencies
24
+ run : |
25
+ python -m pip install --upgrade pip
26
+ pip install -r requirements.txt
27
+
23
28
- name : Build PyGAD from the Repository
24
29
run : |
25
30
python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.11'
22
22
23
+ - name : Install Dependencies
24
+ run : |
25
+ python -m pip install --upgrade pip
26
+ pip install -r requirements.txt
27
+
23
28
- name : Build PyGAD from the Repository
24
29
run : |
25
30
python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 28
28
with :
29
29
python-version : ' 3.12.0-beta.2'
30
30
31
+ - name : Install Dependencies
32
+ run : |
33
+ python -m pip install --upgrade pip
34
+ pip install -r requirements.txt
35
+
31
36
- name : Build PyGAD from the Repository
32
37
run : |
33
38
python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.7'
22
22
23
+ - name : Install Dependencies
24
+ run : |
25
+ python -m pip install --upgrade pip
26
+ pip install -r requirements.txt
27
+
23
28
- name : Build PyGAD from the Repository
24
29
run : |
25
30
python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.8'
22
22
23
+ - name : Install Dependencies
24
+ run : |
25
+ python -m pip install --upgrade pip
26
+ pip install -r requirements.txt
27
+
23
28
- name : Build PyGAD from the Repository
24
29
run : |
25
30
python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : ' 3.9'
22
22
23
+ - name : Install Dependencies
24
+ run : |
25
+ python -m pip install --upgrade pip
26
+ pip install -r requirements.txt
27
+
23
28
- name : Build PyGAD from the Repository
24
29
run : |
25
30
python3 -m pip install --upgrade build
You can’t perform that action at this time.
0 commit comments