Skip to content

Commit

Permalink
CI: Installation of minimal deps wasn't kicking in
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Apr 10, 2023
1 parent e352074 commit 69172f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Pin to lowest versions
if: matrix.versions == 'minimal'
run: |
sed -i -E 's/#min //; s/" >=([0-9])/"== \1/' pyproject.toml
sed -i -E 's/#min //; s/\b >=([0-9])/ ==\1/' pyproject.toml
- name: Install Hatch
run: |
pip install hatch
Expand Down

0 comments on commit 69172f2

Please sign in to comment.