Skip to content

Commit

Permalink
fix: pixi project and removed unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Apr 11, 2024
1 parent 00eaffd commit f1b652f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 994 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Move pixi files
run: mv test/pyproject/* .
run: mv test/pyproject-manifest/* .
- uses: ./
with:
manifest-path: pyproject.toml
run: pixi run test

custom-pyproject-manifest-path:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ If you want to see more examples, you can take a look at the [GitHub Workflows o
## Local Development

1. Clone this repository.
1. Run `pnpm install` inside the repository (if you don't have [`pnpm`](https://github.com/pnpm/pnpm) installed, you can install it with `npm install -g pnpm` or `brew install pnpm`).
1. Run `pnpm dev` for live transpilation of the TypeScript source code.
1. To test the action, you can run [`act`](https://github.com/nektos/act) (inside docker) or use :sparkles: CI driven development :sparkles:.
2. Run `pixi run install` inside the repository to install the dependencies.
3. Run `pixi run dev` for live transpilation of the TypeScript source code.
4. To test the action, you can run [`act`](https://github.com/nektos/act) (inside docker) or use :sparkles: CI driven development :sparkles:.
2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ platforms = ["linux-64"]
[tasks]
lint = "pnpm lint"
build = "pnpm build"
install = "pnpm install"
dev = "pnpm dev"

[dependencies]
pnpm = ">=8.15.6,<8.16"
Loading

0 comments on commit f1b652f

Please sign in to comment.