Skip to content

Commit

Permalink
adjust CI env name & add Graph to README (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Jul 10, 2024
1 parent 359e130 commit 067607b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
strategy:
matrix:
os: ['ubuntu-latest']
environment-file: [ci/312.yaml]
environment-file: [ci/312-latest.yaml]
experimental: [false]
defaults:
run:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
os: [ubuntu-latest]
environment-file:
- ci/310-oldest.yaml
- ci/310.yaml
- ci/311.yaml
- ci/312.yaml
- ci/310-latest.yaml
- ci/311-latest.yaml
- ci/312-min.yaml
- ci/312-latest.yaml
- ci/312-dev.yaml
- ci/312-no-optional.yaml
include:
- environment-file: ci/312.yaml
- environment-file: ci/312-latest.yaml
os: macos-13 # Intel
- environment-file: ci/312.yaml
- environment-file: ci/312-latest.yaml
os: macos-14 # Apple Silicon
- environment-file: ci/312.yaml
- environment-file: ci/312-latest.yaml
os: windows-latest
defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
## libpysal modules

- `libpysal.cg` – Computational geometry
- `libpysal.examples` – Built-in example datasets
- `libpysal.graph` – Graph class encoding spatial weights matrices
- `libpysal.io` – Input and output
- `libpysal.weights` – Spatial weights
- `libpysal.examples` – Built-in example datasets

## Example Notebooks

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 067607b

Please sign in to comment.