We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed5a40 commit f869860Copy full SHA for f869860
1 file changed
.github/workflows/pixi-support-actions.yml
@@ -16,22 +16,7 @@ jobs:
16
with:
17
repository: stumpy-dev/stumpy
18
19
- - name: Determine Safe Python Version
20
- id: get_safe_python
21
- run: |
22
- echo "safe_python=$(python ./versions.py -mode safe)" >> $GITHUB_OUTPUT
23
-
24
- - name: Set Up Python
25
- uses: actions/setup-python@v5
26
- with:
27
- python-version: ${{ steps.get_safe_python.outputs.safe_python }}
28
29
- - name: Display Python Version
30
- run: python -c "import sys; print(sys.version)"
31
- shell: bash
32
33
- name: Checkout STUMPY
34
- if: "startsWith(steps.python.outputs.version, env.req-python-version)"
35
uses: actions/checkout@v4
36
37
0 commit comments