Skip to content

Commit 61d4663

Browse files
committed
adjust dependencies
1 parent 1b9177d commit 61d4663

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Ubuntu system dependencies
7878
run: |
7979
sudo apt update
80-
sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data npm fonts-ubuntu
80+
sudo apt install -y npm fonts-ubuntu
8181
8282
- name: npm dependencies
8383
run: |

.github/workflows/run-tests.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ jobs:
9090
~/.cache/traffic/
9191
key: traffic-${{ hashFiles('uv.lock') }}
9292

93-
# - name: Ubuntu system dependencies
94-
# if: ${{ matrix.os == 'ubuntu-latest' }}
95-
# run: |
96-
# sudo apt update
97-
# sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data
98-
9993
- name: Install project
10094
run: |
10195
uv sync --dev --all-extras
@@ -106,7 +100,7 @@ jobs:
106100
TRAFFIC_NM_PATH: ""
107101
run: |
108102
uv run traffic cache --fill # download files to have in cache first
109-
uv run pytest -m "slow and extra"
103+
uv run pytest
110104
111105
tests_full:
112106
name: (full) python-${{ matrix.python-version }} on ${{ matrix.os }}
@@ -119,8 +113,8 @@ jobs:
119113
matrix:
120114
os:
121115
- ubuntu-latest
122-
#- windows-latest
123-
#- macos-latest
116+
- windows-latest
117+
- macos-latest
124118
python-version:
125119
- "3.10"
126120
- "3.11"
@@ -184,11 +178,6 @@ jobs:
184178
~/.cache/traffic/
185179
key: traffic-${{ hashFiles('uv.lock') }}
186180

187-
- name: Ubuntu system dependencies
188-
run: |
189-
sudo apt update
190-
sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data
191-
192181
- name: Install project
193182
run: |
194183
uv sync --dev --all-extras

0 commit comments

Comments
 (0)