Updating docker action.

This commit is contained in:
Dan 2022-06-20 16:20:17 -04:00
parent ad563bb2d2
commit 1723925a26
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ jobs:
with:
chrome-version: stable
- uses: actions/setup-python@v4
run: python -V
with:
python-version: '3.9'
@ -55,7 +54,7 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
pip install --pip-args=--constraint=.github/workflows/constraints.txt poetry
poetry --version
poetry install
poetry env use 3.9