Skip to content

Commit f869860

Browse files
committed
reverted some of the changes
1 parent 6ed5a40 commit f869860

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/pixi-support-actions.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,7 @@ jobs:
1616
with:
1717
repository: stumpy-dev/stumpy
1818

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-
3319
- name: Checkout STUMPY
34-
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
3520
uses: actions/checkout@v4
3621
with:
3722
repository: stumpy-dev/stumpy

0 commit comments

Comments
 (0)