We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03f4ec commit 4a0f3eaCopy full SHA for 4a0f3ea
.github/workflows/pytest.yml
@@ -16,8 +16,8 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: |
19
- ./install.sh
20
python -m pip install --upgrade pip
+ pip install -r requirements_serial.txt
21
pip install pytest
22
- name: Analysing the code with pytest
23
requirements_serial.txt
@@ -0,0 +1,7 @@
1
+matplotlib
2
+pandas
3
+numpy
4
+plotly
5
+pyyaml
6
+shapely
7
+pyproj
0 commit comments