Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fix for Poetry 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed Aug 4, 2020
1 parent 4553c79 commit 422277d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
export image_name=eu.gcr.io/atomic-marking-535/covid19-aut-stats:${{ github.run_id }}
gcloud auth configure-docker && \
curl -sSL -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python3 get-poetry.py --version 1.0.9
python3 get-poetry.py --version 1.0.10
source $HOME/.poetry/env
mkdir -p $HOME/.cache/pypoetry/virtualenvs
poetry env use python3.8
poetry install
make covid19-aut.sqlite && \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
set -e
export image_name=eu.gcr.io/atomic-marking-535/covid19-aut-stats:${{ github.run_id }}
curl -sSL -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python3 get-poetry.py --version 1.0.9
python3 get-poetry.py --version 1.0.10
source $HOME/.poetry/env
mkdir -p $HOME/.cache/pypoetry/virtualenvs
poetry env use python3.8
poetry install
poetry run python3 update-csv.py --output-file covid19-aut.csv > output.txt
Expand Down

0 comments on commit 422277d

Please sign in to comment.