Skip to content

Commit

Permalink
fix: fixed deps missing the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 12, 2024
1 parent b742e1c commit 8eff888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch pre-commit
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8eff888

Please sign in to comment.