Skip to content

Commit

Permalink
ci: remove name of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Mar 4, 2025
1 parent e09e592 commit 0383616
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pipenv
run: pipx install pipenv
- run: pipx install pipenv
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pipenv'
- name: Install dependencies
run: pipenv sync --dev
- name: Test
run: pipenv run pytest -v
- run: pipenv sync --dev
- run: pipenv run pytest -v
build:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit 0383616

Please sign in to comment.