Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Aug 16, 2023
1 parent f4f2dba commit f7f1e01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
persist-credentials: false

- name: Install dependencies ☕️
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
- name: Lint 🔍
run: ./tests/lint.sh

Expand Down

0 comments on commit f7f1e01

Please sign in to comment.