Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Nov 5, 2024
1 parent 848cc18 commit f62eec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry-dev"
cache: "poetry"
- name: Install Python dependencies
run: poetry install --only=dev
- name: Lint
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry-dev"
cache: "poetry"
- name: Install Python dependencies
run: poetry install --only=dev
- uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry-test"
cache: "poetry"
- name: Install Python dependencies
run: poetry install --only=test
- uses: taiki-e/install-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
cache: "poetry-test"
cache: "poetry"
- name: Install Python dependencies
run: poetry install --only=test
- name: Setup rust
Expand Down

0 comments on commit f62eec3

Please sign in to comment.