comparison .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
comparison
equal deleted inserted replaced
6894:23caf546dafe 6895:274e60f32242
197 - name: test build_doc 197 - name: test build_doc
198 run: | 198 run: |
199 python ./setup.py build_doc 199 python ./setup.py build_doc
200 200
201 - name: test if command 201 - name: test if command
202 if: {{ matrix.python_version == "3.10" && matrix.os == "ubuntu-latest" }} 202 if: matrix.python_version == "3.10" && matrix.os == "ubuntu-latest"
203 run: | 203 run: |
204 env 204 env
205 echo "{{ matrix.python_version }}" 205 echo "{{ matrix.python_version }}"
206 echo "{{ matrix.os }}" 206 echo "{{ matrix.os }}"
207 207

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