Skip to content

Commit

Permalink
removed extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent 5989507 commit ae1dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
environment: [test310, test311, test312]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@$v0.8.1
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.29.0
cache: true
Expand All @@ -35,7 +35,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@$v0.8.1
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.29.0
cache: true
Expand Down

0 comments on commit ae1dd70

Please sign in to comment.