Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beucismis committed Apr 14, 2024
1 parent 720a08f commit a9e1847
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Tinyfeth
run: pip install --upgrade tinyfetch
- name: Install Hatch
run: pip install --upgrade hatch

- name: Run Tinyfeth
run: tinyfetch
- name: Run test
run: hatch run test

- name: Install and Run Tinyfeth
run: pip install -U tinyfetch && tinyfetch

0 comments on commit a9e1847

Please sign in to comment.