We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22afce0 commit 46ce2eaCopy full SHA for 46ce2ea
1 file changed
.github/workflows/tests.yml
@@ -26,15 +26,16 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- uses: actions/setup-python@v5
29
+ id: install-py
30
with:
31
python-version: ${{ matrix.python_version }}
- update-environment: false
32
# cache: "pip"
33
- name: "Python version . . ."
34
run: |
35
python3 -c "import sys; print(sys.version)"
36
python3 --version
37
python --version
38
+ ${{ steps.install-py.outputs.python-path }} --version
39
pip --version
40
- name: "Create micromamba environment"
41
uses: mamba-org/setup-micromamba@v1
0 commit comments