Skip to content

Commit

Permalink
fix github actions and poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Feb 2, 2024
1 parent dd8423c commit cbef0f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- { name: "Windows", os: windows-latest }
- { name: "macOS", os: macos-latest }
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
publish:
name: Publish
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
autorelease:
name: Release
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit cbef0f7

Please sign in to comment.