Skip to content

Commit

Permalink
Updated GitHub Action to use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Feb 1, 2025
1 parent 69b44fa commit e0aca10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U pip poetry
poetry config virtualenvs.create false
poetry install
python -m pip install -U pip pipenv
pipenv install --system --dev
- name: Linting
run: |
Expand Down

0 comments on commit e0aca10

Please sign in to comment.