-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update pixi.toml to add package command and bump version in pac…
…kage.json
- Loading branch information
Showing
4 changed files
with
303 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
branches: ["main", "development"] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.number || github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test: | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest] | ||
node-version: [20] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Pixi | ||
uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.33.0 | ||
cache: true | ||
locked: false # wont be the same because of the tag | ||
|
||
- name: Run pytest | ||
run: | | ||
pixi run test | ||
# name: Release | ||
|
||
# on: | ||
# push: | ||
# branches: ["main", "development"] | ||
|
||
# concurrency: | ||
# group: ${{ github.workflow }}-${{ github.event.number || github.ref }} | ||
# cancel-in-progress: true | ||
|
||
# jobs: | ||
# test: | ||
# runs-on: ${{ matrix.os }} | ||
|
||
# strategy: | ||
# matrix: | ||
# os: [ubuntu-latest, windows-latest, macos-latest] | ||
# node-version: [20] | ||
|
||
# steps: | ||
# - uses: actions/checkout@v4 | ||
|
||
# - name: Install Pixi | ||
# uses: prefix-dev/[email protected] | ||
# with: | ||
# pixi-version: v0.33.0 | ||
# cache: true | ||
# locked: false # wont be the same because of the tag | ||
|
||
# - name: Run pytest | ||
# run: | | ||
# pixi run test | ||
|
||
# lint: | ||
# runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.