Skip to content

Commit

Permalink
Fix package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Apr 2, 2024
1 parent c80d053 commit 0942341
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
node-version: [20]

steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4

- name: Install Poetry
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ jobs:
os: [macos-latest, macos-latest-xlarge]

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build package
uses: ./.github/actions/build-action

0 comments on commit 0942341

Please sign in to comment.