We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4245d7b commit b4f4bbbCopy full SHA for b4f4bbb
.github/workflows/python-tests.yml
@@ -19,10 +19,16 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
22
- - uses: launchbynttdata/actions-asdf-install_tools@v0
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
23
+ with:
24
+ python-version: '3.13'
25
+ - uses: launchbynttdata/actions-asdf-install_tools@feature/exclude-tools
26
27
+ exclude_tools: "python"
28
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
29
30
run-tests:
31
+ needs: [ pre-commit ]
32
33
strategy:
34
matrix:
0 commit comments