Skip to content

Commit

Permalink
adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jan 2, 2025
1 parent 1b9177d commit 61d4663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Ubuntu system dependencies
run: |
sudo apt update
sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data npm fonts-ubuntu
sudo apt install -y npm fonts-ubuntu
- name: npm dependencies
run: |
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
~/.cache/traffic/
key: traffic-${{ hashFiles('uv.lock') }}

# - name: Ubuntu system dependencies
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: |
# sudo apt update
# sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data

- name: Install project
run: |
uv sync --dev --all-extras
Expand All @@ -106,7 +100,7 @@ jobs:
TRAFFIC_NM_PATH: ""
run: |
uv run traffic cache --fill # download files to have in cache first
uv run pytest -m "slow and extra"
uv run pytest
tests_full:
name: (full) python-${{ matrix.python-version }} on ${{ matrix.os }}
Expand All @@ -119,8 +113,8 @@ jobs:
matrix:
os:
- ubuntu-latest
#- windows-latest
#- macos-latest
- windows-latest
- macos-latest
python-version:
- "3.10"
- "3.11"
Expand Down Expand Up @@ -184,11 +178,6 @@ jobs:
~/.cache/traffic/
key: traffic-${{ hashFiles('uv.lock') }}

- name: Ubuntu system dependencies
run: |
sudo apt update
sudo apt install -y libgdal-dev libgeos-dev libproj-dev proj-bin proj-data
- name: Install project
run: |
uv sync --dev --all-extras
Expand Down

0 comments on commit 61d4663

Please sign in to comment.