Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
Fix: Fixed a bug in build in CI_CD.yml file
  • Loading branch information
pbrod authored Sep 10, 2024
1 parent 9579cf0 commit f201056
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Update PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Update Poetry configuration
run: poetry config virtualenvs.create false
- name: Install karney with dependencies
run: poetry install --with dev --no-interaction
- name: Lint with ruff
Expand Down

0 comments on commit f201056

Please sign in to comment.