Skip to content

Commit

Permalink
ci: rename test.yml -> tests.yml
Browse files Browse the repository at this point in the history
Matches file path of tests.yml in the workflow file
Bumps setup-python to v5
  • Loading branch information
abhidg committed Jun 25, 2024
1 parent e1c5b29 commit 474a7f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: tests

on:
Expand All @@ -22,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down

0 comments on commit 474a7f1

Please sign in to comment.