Skip to content

Commit

Permalink
Try bumping actions/checkout
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd committed Sep 3, 2024
1 parent f8ca91f commit 5c44171
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Tests"
name: Tests

on:
workflow_dispatch:
Expand All @@ -11,12 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: "Install dependencies"
run: python -m pip install build[test]
- name: Install dependencies
run: python -m pip install .[test]

- name: "Run tests"
- name: Run tests
run: pytest

0 comments on commit 5c44171

Please sign in to comment.