Skip to content

Commit

Permalink
Merge pull request #1 from Neoxelox/test/ci
Browse files Browse the repository at this point in the history
Test CI
  • Loading branch information
neoxelox authored Feb 7, 2024
2 parents 8dc0300 + ccc14fe commit 58c006f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Setup Poetry 🎵
run: pipx install poetry

- name: Setup Python 🐍
uses: actions/setup-python@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Setup Poetry 🎵
run: pipx install poetry

- name: Setup Python 🐍
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 58c006f

Please sign in to comment.