Skip to content

Commit

Permalink
docs: Remove cache: true from setup-pixi (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Mar 11, 2024
1 parent 69686e7 commit ee6d636
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,15 @@ pixi global install cowpy
## Use in GitHub Actions

You can use pixi in GitHub Actions to install dependencies and run commands.
It supports automatic caching of your environments.

```yml
- uses: prefix-dev/setup-pixi@v0.2.0
with:
cache: true
- uses: prefix-dev/setup-pixi@v0.5.1
- run: pixi run cowpy "Thanks for using pixi"
```

See the [GitHub Action documentation](https://github.com/prefix-dev/setup-pixi) for more examples.

<a name="contributing"></a>

## Contributing 😍
Expand Down

0 comments on commit ee6d636

Please sign in to comment.