Skip to content

Commit

Permalink
fix: typo fixed in test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 13, 2024
1 parent 68ea225 commit 080b491
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install hatch pre-commit
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
hatch env create
- name: Lint and typecheck
run: |
hatch run lint-check
hatch run lint:lint-check
- name: Run Tests
run: |
hatch run test:pytest
hatch run test:test

0 comments on commit 080b491

Please sign in to comment.