Skip to content

Commit

Permalink
Update ci.yml to include poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yghokim authored Mar 14, 2024
1 parent f81d4ab commit 7e41bf3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,22 @@ permissions:

jobs:
main:
strategy:
matrix:
python-version: ["3.11"]
poetry-version: ["1.7.1"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}

# Connect your workspace on nx.app and uncomment this to enable task distribution.
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
Expand Down

0 comments on commit 7e41bf3

Please sign in to comment.