From 2ca1e03c8c0438cc0ad47e03aa4cc15508c24f26 Mon Sep 17 00:00:00 2001 From: Oula Date: Tue, 24 Sep 2024 08:53:04 -0400 Subject: [PATCH] bug fix in macos workflow --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5270ff9..938f2c1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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