Skip to content

Commit

Permalink
Fix hatchling missing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Oct 12, 2024
1 parent 9ac0c76 commit c38275f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
python -m pip install hatchling
python -m pip install --no-build-isolation .
- name: Running unit tests
run: |
Expand Down

0 comments on commit c38275f

Please sign in to comment.