Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 11, 2024
1 parent 6ce0a82 commit 6d57bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main, v2]
branches: [main, typing]
pull_request:
branches: [main, v2]
schedule:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

defaults:
Expand Down
2 changes: 1 addition & 1 deletion tests/environments/env-test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- networkx=2.5
- numpy=1.20
- pandas=1.1
- python=3.8 # pin to minimum version from /pyproject.toml
- python=3.9 # pin to minimum version from /pyproject.toml
- requests=2.27
- shapely=2.0

Expand Down

0 comments on commit 6d57bdf

Please sign in to comment.