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 6582853 commit 7250b2c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: "backend/.python-version"
enable-cache: true

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

- name: Install the project
run: |
cd backend
uv sync --all-extras --dev
run: uv sync --frozen --directory backend

- name: Lint the project
run: uv run task lint
Expand Down

0 comments on commit 7250b2c

Please sign in to comment.