diff .github/workflows/ci-test.yml @ 6895:274e60f32242

fix syntax
author John Rouillard <rouilj@ieee.org>
date Thu, 01 Sep 2022 14:43:07 -0400
parents 23caf546dafe
children 8987508cff03
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu Sep 01 14:39:51 2022 -0400
+++ b/.github/workflows/ci-test.yml	Thu Sep 01 14:43:07 2022 -0400
@@ -199,7 +199,7 @@
           python ./setup.py build_doc
 
       - name: test if command
-        if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }}
+        if: matrix.python_version == "3.10" && matrix.os == "ubuntu-latest"
         run: |
           env
           echo "{{ matrix.python_version }}"

Roundup Issue Tracker: http://roundup-tracker.org/