Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6896:8987508cff03
swap quotes
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 14:45:31 -0400 |
| parents | 274e60f32242 |
| children | f5cca6b83c32 |
comparison
equal
deleted
inserted
replaced
| 6895:274e60f32242 | 6896:8987508cff03 |
|---|---|
| 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 |
