Skip to content

Commit

Permalink
chore: align docs with pixi (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Apr 18, 2024
1 parent 632d179 commit 2d1adc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ This can be useful if you want to run commands inside of the pixi environment, b
```yml
- run: | # everything here will be run inside of the pixi environment
python --version
pip install -e --no-deps .
pip install --no-deps -e .
shell: pixi run bash -e {0}
```

Expand Down

0 comments on commit 2d1adc6

Please sign in to comment.