File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 93
93
CARTES_CACHE : ./cache
94
94
OPENSKY_CACHE : ./cache
95
95
OPENSKY_CACHE_NO_EXPIRE :
96
- TRAFFIC_NM_PATH : /home/runner/work/traffic/traffic /traffic_data/airac_2111
96
+ TRAFFIC_NM_PATH : ${{ github.workspace }} /traffic_data/airac_2111
97
97
TRAFFIC_TQDM_STYLE : silent
98
98
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99
99
run : |
Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ jobs:
90
90
~/.cache/traffic/
91
91
key : traffic-${{ hashFiles('uv.lock') }}
92
92
93
- - name : Ubuntu system dependencies
94
- run : |
95
- sudo apt update
96
- sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data
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
97
98
98
99
- name : Install project
99
100
run : |
@@ -195,7 +196,7 @@ jobs:
195
196
- name : Run tests
196
197
env :
197
198
LD_LIBRARY_PATH : /usr/local/lib
198
- TRAFFIC_NM_PATH : /home/runner/work/traffic/traffic /traffic_data/airac_2111
199
+ TRAFFIC_NM_PATH : ${{ github.workspace }} /traffic_data/airac_2111
199
200
run : |
200
201
uv run traffic cache --fill # download files to have in cache first
201
202
uv run pytest --cov --cov-report xml -m ""
You can’t perform that action at this time.
0 commit comments