-
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.
Adding missing dependencies and future needed ones
bugfix: Regenerated lock file bugfix: Running on every push (since we have infinite minutes) and testing if the cache is the problem bugfix: Attempting to resolve by upgrading the pixi version.
- Loading branch information
1 parent
c7e507d
commit 7492a7d
Showing
5 changed files
with
8,362 additions
and
2,264 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
|
||
env: | ||
PYTHON_VERSION: "3.10" | ||
PIXI_VERSION: "v0.12.0" | ||
PIXI_VERSION: "v0.13.0" | ||
|
||
jobs: | ||
deploy-docs: | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,6 @@ name: Code Style Check | |
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: | ||
- opened | ||
|
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,17 +1,16 @@ | ||
name: Install Python, pixi, and project | ||
|
||
on: | ||
# Will run on push to every branch | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
|
||
env: | ||
PYTHON_VERSION: "3.10" | ||
PIXI_VERSION: "v0.12.0" | ||
PIXI_VERSION: "v0.13.0" | ||
|
||
jobs: | ||
Install-Informatics-Pipeline: | ||
|
@@ -29,7 +28,7 @@ jobs: | |
uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: ${{ env.PIXI_version }} | ||
cache: true | ||
cache: false | ||
|
||
- name: Install repository | ||
run: | | ||
|
Oops, something went wrong.