Skip to content

Commit

Permalink
Adding missing dependencies and future needed ones
Browse files Browse the repository at this point in the history
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
JuLieAlgebra committed Mar 12, 2024
1 parent c7e507d commit 7492a7d
Show file tree
Hide file tree
Showing 5 changed files with 8,362 additions and 2,264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PYTHON_VERSION: "3.10"
PIXI_VERSION: "v0.12.0"
PIXI_VERSION: "v0.13.0"

jobs:
deploy-docs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linter_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Code Style Check

on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
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:
Expand All @@ -29,7 +28,7 @@ jobs:
uses: prefix-dev/[email protected]
with:
pixi-version: ${{ env.PIXI_version }}
cache: true
cache: false

- name: Install repository
run: |
Expand Down
Loading

0 comments on commit 7492a7d

Please sign in to comment.