Skip to content

Commit

Permalink
Use better labels for CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wkearn committed May 23, 2024
1 parent d80c5ba commit 5b4ee64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Checkout package
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install package
run: python -m pip install .[opensimplex]
- name: Tests
- name: Test package
run: python -c "import topotoolbox as topo; dem = topo.GridObject.gen_random(); assert (dem.fillsinks() >= dem).z.all()"

0 comments on commit 5b4ee64

Please sign in to comment.