Skip to content

Commit

Permalink
Separate dependenties installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 12, 2021
1 parent 6009a39 commit c25a63a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

0 comments on commit c25a63a

Please sign in to comment.