Skip to content

Commit

Permalink
Update python-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amaank404 authored Oct 25, 2024
1 parent 8726869 commit 0095e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

jobs:
deploy:
run_tests:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies
run: |
run: |
poetry install --with=dev --all-extras
- name: Run tests
run: |
Expand Down

0 comments on commit 0095e80

Please sign in to comment.