Skip to content

Commit

Permalink
bug fix in macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 24, 2024
1 parent 20f224d commit 2ca1e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Get python version for python ${{ matrix.python-version }}
run: |
PYTHON_VERSION_STR=$(python -c "import sys; print(f'cp{sys.version_info.major}{sys.version_info.minor}')")
echo $PYTHON_VERSION_STR
Expand Down

0 comments on commit 2ca1e03

Please sign in to comment.