File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 77
77
- name : Ubuntu system dependencies
78
78
run : |
79
79
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
81
81
82
82
- name : npm dependencies
83
83
run : |
Original file line number Diff line number Diff line change 90
90
~/.cache/traffic/
91
91
key : traffic-${{ hashFiles('uv.lock') }}
92
92
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
-
99
93
- name : Install project
100
94
run : |
101
95
uv sync --dev --all-extras
@@ -106,7 +100,7 @@ jobs:
106
100
TRAFFIC_NM_PATH : " "
107
101
run : |
108
102
uv run traffic cache --fill # download files to have in cache first
109
- uv run pytest -m "slow and extra"
103
+ uv run pytest
110
104
111
105
tests_full :
112
106
name : (full) python-${{ matrix.python-version }} on ${{ matrix.os }}
@@ -119,8 +113,8 @@ jobs:
119
113
matrix :
120
114
os :
121
115
- ubuntu-latest
122
- # - windows-latest
123
- # - macos-latest
116
+ - windows-latest
117
+ - macos-latest
124
118
python-version :
125
119
- " 3.10"
126
120
- " 3.11"
@@ -184,11 +178,6 @@ jobs:
184
178
~/.cache/traffic/
185
179
key : traffic-${{ hashFiles('uv.lock') }}
186
180
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
-
192
181
- name : Install project
193
182
run : |
194
183
uv sync --dev --all-extras
You can’t perform that action at this time.
0 commit comments