Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seppi91 committed Jun 21, 2020
1 parent b44beae commit 8b55b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, Windows]
python-version: [3.5, 3.6, 3.7]
python-version: [3.6, 3.7]
steps:
- uses: actions/checkout@v2

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install poetry
shell: bash
run: |
python get-poetry.py -y
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry
Expand Down

0 comments on commit 8b55b93

Please sign in to comment.