Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 29, 2024
1 parent 8b5b939 commit 1e58692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

- name: Install rye
uses: eifinger/setup-rye@v1

- name: set rye python
run: |
rye pin cpython@${{ matrix.python-version }}
- name: Load cached venv
id: cached-venv-dependencies
Expand All @@ -29,7 +33,6 @@ jobs:
- name: Install dependencies
if: steps.cached-venv-dependencies.outputs.cache-hit != 'true'
run: |
rye pin cpython@${{ matrix.python-version }}
rye sync --all-features
- name: Load cached pre-commit
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Install rye
uses: eifinger/setup-rye@v1

- name: set rye python
run: |
rye pin cpython@${{ matrix.python-version }}
- name: Install dependencies
run: pip install dunamai

Expand Down

0 comments on commit 1e58692

Please sign in to comment.