Skip to content

Commit

Permalink
ch: Use GitHub Actions #9
Browse files Browse the repository at this point in the history
  • Loading branch information
toolen committed Jan 8, 2021
1 parent 8444f0e commit 9823c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install --no-interaction --no-ansi
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
source $HOME/.poetry/env
poetry install --no-interaction --no-ansi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 9823c27

Please sign in to comment.