Skip to content

Commit

Permalink
Set Python version to 3.8.0 in workflow file integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azawlocki committed Mar 11, 2021
1 parent 9272824 commit c03d5bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Configure python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.8.0'

- name: Configure poetry
uses: Gr1N/setup-poetry@v4
Expand All @@ -31,7 +31,8 @@ jobs:

- name: Install dependencies
run: |
rm -f ./poetry.lock
poetry env remove python3.8
poetry env use python3.8
poetry install -E integration-tests
- name: Log in to GitHub Docker repository
Expand Down

0 comments on commit c03d5bb

Please sign in to comment.