Skip to content

Commit eb8054a

Browse files
committed
CI: testing fix: env in an env
1 parent e1041f9 commit eb8054a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_distribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# The Python version from the matrix used to build and deploy to Pypi
1414
PYTHON_BUILD_VERSION: 3.8
1515
# Condition for building and deploying
16-
BUILD_AND_DEPLOY: ${{ github.event_name == 'push' && matrix.python-version == env.PYTHON_BUILD_VERSION }}
16+
BUILD_AND_DEPLOY: ${{ github.event_name == 'push' && matrix.python-version == $PYTHON_BUILD_VERSION }}
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)