mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 00:34:44 +00:00
Updating docker action.
This commit is contained in:
parent
ad563bb2d2
commit
1723925a26
3
.github/workflows/create-docker-action.yml
vendored
3
.github/workflows/create-docker-action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user