Skip to content

Commit

Permalink
Merge pull request #128 from golemfactory/b0.4
Browse files Browse the repository at this point in the history
fix build action (#127)
  • Loading branch information
shadeofblue authored Nov 17, 2020
2 parents 7299df3 + 468b9af commit 6b19bd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- run: poetry install -E cli
- run: poetry run poe test
- run: poetry run poe typecheck
Expand All @@ -33,9 +33,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- name: Get git release tag
run: echo "::set-output name=git-release-tag::yapapi $(git describe --tags)"
id: git_describe
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v2
- uses: Gr1N/setup-poetry@v4
with:
poetry-version: 1.0.10
poetry-version: 1.1.4
- name: Retrieve the built package
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 6b19bd9

Please sign in to comment.