summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 04229b10..4e25f7bd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
- name: Set Up Python - ${{ matrix.python-version }}
uses: actions/setup-python@v2
- if: "!endsWith(matrix.python-version, '-dev') && matrix.python-version != 'nightly'"
+ if: "(!endsWith(matrix.python-version, '-dev')) && matrix.python-version != 'nightly'"
with:
python-version: ${{ matrix.python-version }}