Skip to content

Commit

Permalink
Merge branch 'main' into piet
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Sep 6, 2023
2 parents fdf8d28 + 52db832 commit 32e14d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Install dependencies.
run: |
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 32e14d6

Please sign in to comment.