Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 14:43:07 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 14:45:31 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 }}"
