Skip to content

Commit

Permalink
Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Jul 16, 2022
1 parent 7905dbd commit a86e45e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-${{ env.poetry_version }}
key: poetry-${{ env.python_version }}-${{ runner.os }}-${{ env.poetry_version }}

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -18,11 +18,16 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}

env:
poetry_version: 1.1.14

defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a86e45e

Please sign in to comment.