Skip to content

Commit

Permalink
chore(ci): do not re-lock dependencies in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Mar 27, 2024
1 parent 94d4144 commit d3bea05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Override Python version for Poetry
# run: sed -i -e 's#^python\s*=.*$#python = "^${{ matrix.python-version }}"#g' pyproject.toml

- name: Restore Python dependencies
run: poetry lock && poetry install
run: poetry install

- name: Test
shell: bash
Expand Down

0 comments on commit d3bea05

Please sign in to comment.