Skip to content

Commit 18a120e

Browse files
committed
uv
1 parent ef68310 commit 18a120e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/devRun.yml

-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
run: |
3333
source .venv/bin/activate
3434
xvfb-run pytest -m devRun --base-url ${{ vars.BASE_URL }}
35-
- name: Cache dependencies if tests pass
36-
if: success()
37-
uses: actions/cache/save@v4
38-
with:
39-
path: .venv
40-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
4135
- name: Auto-assign reviewers
4236
uses: kentaro-m/[email protected]
4337
if: success()

0 commit comments

Comments
 (0)