Skip to content

Commit 4a0f3ea

Browse files
Reduced requirements for tests
1 parent a03f4ec commit 4a0f3ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19-
./install.sh
2019
python -m pip install --upgrade pip
20+
pip install -r requirements_serial.txt
2121
pip install pytest
2222
- name: Analysing the code with pytest
2323
run: |

requirements_serial.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
matplotlib
2+
pandas
3+
numpy
4+
plotly
5+
pyyaml
6+
shapely
7+
pyproj

0 commit comments

Comments
 (0)