Skip to content

Commit

Permalink
fixup! CI: Move OS test jobs to reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 31, 2023
1 parent c321755 commit 3f53eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
Expand Down

0 comments on commit 3f53eec

Please sign in to comment.