Skip to content

Commit

Permalink
Add poetry to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Apr 13, 2024
1 parent 754eb80 commit 650e844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Poetry # For our python services
uses: snok/install-poetry@v1
# Set convenience variables. Source: https://nx.dev/ci/recipes/set-up/monorepo-ci-github-actions#get-the-commit-of-the-last-successful-build
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
Expand Down

0 comments on commit 650e844

Please sign in to comment.