summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2021-11-11 10:23:19 -0600
committerGitHub <noreply@github.com>2021-11-11 10:23:19 -0600
commit2a39756a0781b50ecf35292c2637e3f2e1d4f65a (patch)
tree131279fc50500787e0ba8ade9fe4cf62fa9044ac
parent9c3d08978807b08c98245da60e91d07529e333df (diff)
downloadurllib3-sethmlarson-patch-1.tar.gz
Update ci.ymlsethmlarson-patch-1
-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 }}