Skip to content

Commit a8a2f07

Browse files
added requirements dev
1 parent c67f44f commit a8a2f07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ jobs:
2626
2727
- name: Install Dependencies
2828
run: |
29-
30-
python -m pip install --upgrade pip
3129
export CPLUS_INCLUDE_PATH=/usr/include/gdal
3230
export C_INCLUDE_PATH=/usr/include/gdal
33-
pip install nose==1.3.7
34-
pip install -r requirements.txt
31+
pip install -r requirements-dev.txt
3532
- name: Run Tests
3633
run: |
3734
make test

0 commit comments

Comments
 (0)