Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
2774809
1
Parent(s):
ae35c20
Specifies Python version
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -19,11 +19,8 @@ jobs:
|
|
19 |
- name: Set up Python
|
20 |
uses: actions/setup-python@v5
|
21 |
with:
|
22 |
-
python-version: 3.
|
23 |
|
24 |
-
- name: Install dependencies
|
25 |
-
run: |
|
26 |
-
sudo apt install python3-packaging
|
27 |
- name: Install feeed
|
28 |
run: |
|
29 |
python -m pip install --upgrade pip
|
@@ -51,7 +48,6 @@ jobs:
|
|
51 |
|
52 |
- name: Install dependencies
|
53 |
run: |
|
54 |
-
sudo apt install python3-packaging
|
55 |
sudo apt-get install build-essential python3 python3-dev
|
56 |
|
57 |
- name: Install feeed
|
@@ -77,11 +73,8 @@ jobs:
|
|
77 |
- name: Set up Python
|
78 |
uses: actions/setup-python@v5
|
79 |
with:
|
80 |
-
python-version: 3.
|
81 |
|
82 |
-
- name: Install dependencies
|
83 |
-
run: |
|
84 |
-
sudo apt install python3-packaging
|
85 |
- name: Install feeed
|
86 |
run: |
|
87 |
python -m pip install --upgrade pip
|
@@ -105,11 +98,8 @@ jobs:
|
|
105 |
- name: Set up Python
|
106 |
uses: actions/setup-python@v5
|
107 |
with:
|
108 |
-
python-version: 3.
|
109 |
|
110 |
-
- name: Install dependencies
|
111 |
-
run: |
|
112 |
-
sudo apt install python3-packaging
|
113 |
- name: Install feeed
|
114 |
run: |
|
115 |
python -m pip install --upgrade pip
|
@@ -118,6 +108,7 @@ jobs:
|
|
118 |
- name: Run test
|
119 |
run:
|
120 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/augmentation.json
|
|
|
121 |
test_integration:
|
122 |
runs-on: ubuntu-latest
|
123 |
|
@@ -129,11 +120,10 @@ jobs:
|
|
129 |
- name: Set up Python
|
130 |
uses: actions/setup-python@v5
|
131 |
with:
|
132 |
-
python-version: 3.
|
133 |
|
134 |
- name: Install dependencies
|
135 |
run: |
|
136 |
-
sudo apt install python3-packaging
|
137 |
sudo apt-get install build-essential python3 python3-dev
|
138 |
- name: Install feeed
|
139 |
run: |
|
|
|
19 |
- name: Set up Python
|
20 |
uses: actions/setup-python@v5
|
21 |
with:
|
22 |
+
python-version: 3.9
|
23 |
|
|
|
|
|
|
|
24 |
- name: Install feeed
|
25 |
run: |
|
26 |
python -m pip install --upgrade pip
|
|
|
48 |
|
49 |
- name: Install dependencies
|
50 |
run: |
|
|
|
51 |
sudo apt-get install build-essential python3 python3-dev
|
52 |
|
53 |
- name: Install feeed
|
|
|
73 |
- name: Set up Python
|
74 |
uses: actions/setup-python@v5
|
75 |
with:
|
76 |
+
python-version: 3.9
|
77 |
|
|
|
|
|
|
|
78 |
- name: Install feeed
|
79 |
run: |
|
80 |
python -m pip install --upgrade pip
|
|
|
98 |
- name: Set up Python
|
99 |
uses: actions/setup-python@v5
|
100 |
with:
|
101 |
+
python-version: 3.9
|
102 |
|
|
|
|
|
|
|
103 |
- name: Install feeed
|
104 |
run: |
|
105 |
python -m pip install --upgrade pip
|
|
|
108 |
- name: Run test
|
109 |
run:
|
110 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/augmentation.json
|
111 |
+
|
112 |
test_integration:
|
113 |
runs-on: ubuntu-latest
|
114 |
|
|
|
120 |
- name: Set up Python
|
121 |
uses: actions/setup-python@v5
|
122 |
with:
|
123 |
+
python-version: 3.9
|
124 |
|
125 |
- name: Install dependencies
|
126 |
run: |
|
|
|
127 |
sudo apt-get install build-essential python3 python3-dev
|
128 |
- name: Install feeed
|
129 |
run: |
|