Skip to content

Commit

Permalink
Fix publish workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim authored Jan 16, 2025
1 parent c2d4407 commit bc082c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
with:
python-version: 3.12

- name: Install Poetry
run: pip install poetry

- name: Install dependencies
run: poetry install --no-dev
run: |
pip install poetry
poetry install
- name: Build and Publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
tests:
test:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit bc082c6

Please sign in to comment.