Skip to content

Commit

Permalink
fixed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Oct 14, 2024
1 parent 7250b2c commit bbd98fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
enable-cache: true

- name: Install Python 3.12
run: uv python install 3.12

- name: Install the project
run: uv sync --frozen --directory backend
run: |
cd backend
uv sync --frozen
echo "VIRTUAL_ENV=./.venv" >> $GITHUB_ENV
- name: Lint the project
run: uv run task lint
Expand Down

0 comments on commit bbd98fd

Please sign in to comment.