Skip to content

Commit 46ce2ea

Browse files
Use installed python
1 parent 22afce0 commit 46ce2ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-python@v5
29+
id: install-py
2930
with:
3031
python-version: ${{ matrix.python_version }}
31-
update-environment: false
3232
# cache: "pip"
3333
- name: "Python version . . ."
3434
run: |
3535
python3 -c "import sys; print(sys.version)"
3636
python3 --version
3737
python --version
38+
${{ steps.install-py.outputs.python-path }} --version
3839
pip --version
3940
- name: "Create micromamba environment"
4041
uses: mamba-org/setup-micromamba@v1

0 commit comments

Comments
 (0)