Skip to content

Commit

Permalink
added pixi configuration and github workflow for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed May 23, 2024
1 parent 2b0497c commit 9b89b3a
Show file tree
Hide file tree
Showing 5 changed files with 5,458 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML

15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.22.0
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run test

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,7 @@ cython_debug/
#.idea/

xarray_subset_grid/_version.py
# pixi environments
.pixi
*.egg-info

Loading

0 comments on commit 9b89b3a

Please sign in to comment.