Skip to content

Commit

Permalink
fix: install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Aug 19, 2024
1 parent 13f087a commit 219f296
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nx-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- uses: nrwl/nx-set-shas@v3
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'

# - run: npx nx format:check
- name: install python tools
run: |
pip install twine
pip install poetry
- run: npx nx affected -t build --parallel=3
- run: npx nx format:check

0 comments on commit 219f296

Please sign in to comment.