Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Oct 20, 2022
1 parent 326fb81 commit da337e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Setup virtual environment
run: make venv
#run: make venv
run: pip install poetry && poetry install

- name: Pylinting
run: make pylint
Expand Down

0 comments on commit da337e4

Please sign in to comment.