You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -216,6 +216,7 @@ You can even run Python scripts like this:
216
216
```
217
217
218
218
If you want to use PowerShell, you need to specify `-Command` as well.
219
+
219
220
```yml
220
221
- run: | # everything here will be run inside of the pixi environment
221
222
python --version | Select-String "3.11"
@@ -352,5 +353,5 @@ If you want to see more examples, you can take a look at the [GitHub Workflows o
352
353
353
354
1. Clone this repository.
354
355
2. Run `pnpm install` inside the repository (if you don't have [`pnpm`](https://github.com/pnpm/pnpm) installed, you can install it with `pixi global install pnpm`).
355
-
3. Run `pnpm dev` for live transpilation of the TypeScript source code.
356
+
3. Run `pnpm dev` for live transpilation of the TypeScript source code.
356
357
4. To test the action, you can run [`act`](https://github.com/nektos/act) (inside docker) or use :sparkles: CI driven development :sparkles:.
0 commit comments