Skip to content

Commit

Permalink
Pin hatch & hatchling in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Nov 10, 2024
1 parent 3f74a0c commit aba6f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- checkout
- run: |
pip install --user hatch
pip install --user 'hatch==1.13.0' 'hatchling<1.26'
hatch run lint
code-climate:
Expand All @@ -42,7 +42,7 @@ jobs:
at: code-climate
- run: |
./code-climate/test-reporter before-build
pip install --user hatch
pip install --user 'hatch==1.13.0' 'hatchling<1.26'
hatch env run -i python=<< parameters.python-version >> -e all ci
code-climate/test-reporter format-coverage -t coverage.py -o coverage/codeclimate.<< parameters.python-version >>.json
mv .coverage coverage/data-<< parameters.python-version >>
Expand Down

0 comments on commit aba6f08

Please sign in to comment.