File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.10'
2222
23+ - name : Install Dependencies
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
27+
2328 - name : Build PyGAD from the Repository
2429 run : |
2530 python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.11'
2222
23+ - name : Install Dependencies
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
27+
2328 - name : Build PyGAD from the Repository
2429 run : |
2530 python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 2828 with :
2929 python-version : ' 3.12.0-beta.2'
3030
31+ - name : Install Dependencies
32+ run : |
33+ python -m pip install --upgrade pip
34+ pip install -r requirements.txt
35+
3136 - name : Build PyGAD from the Repository
3237 run : |
3338 python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.7'
2222
23+ - name : Install Dependencies
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
27+
2328 - name : Build PyGAD from the Repository
2429 run : |
2530 python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.8'
2222
23+ - name : Install Dependencies
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
27+
2328 - name : Build PyGAD from the Repository
2429 run : |
2530 python3 -m pip install --upgrade build
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ' 3.9'
2222
23+ - name : Install Dependencies
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install -r requirements.txt
27+
2328 - name : Build PyGAD from the Repository
2429 run : |
2530 python3 -m pip install --upgrade build
You can’t perform that action at this time.
0 commit comments