Skip to content

Commit

Permalink
Change dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 12, 2021
1 parent 74db2c4 commit 6009a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install
- name: Lint code
Expand Down

0 comments on commit 6009a39

Please sign in to comment.