Skip to content

Commit

Permalink
Avoid installing venv on github actions server
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Oct 7, 2024
1 parent cec97d6 commit d1ceea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
python-version: '3.11'

- name: Free up space
run: make free_up_space

- name: Install dependencies
run: pip3 install black pytest

- name: Lint with black
run: black --line-length 125 . --check

- name: Free up space
run: make free_up_space

- name: Start service
run: make start_detached

Expand Down

0 comments on commit d1ceea4

Please sign in to comment.