Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6901:6663fec097a6
tab
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 15:29:47 -0400 |
| parents | f36126f13dd7 |
| children | 3871eeafe73c |
comparison
equal
deleted
inserted
replaced
| 6900:f36126f13dd7 | 6901:6663fec097a6 |
|---|---|
| 77 echo "${{ matrix.python_version }}" | 77 echo "${{ matrix.python_version }}" |
| 78 echo "${{ matrix.os }}" | 78 echo "${{ matrix.os }}" |
| 79 | 79 |
| 80 - name: test if statement | 80 - name: test if statement |
| 81 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest' | 81 if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest' |
| 82 run: echo "I ran so far awaaay" | 82 run: echo "I ran so far awaaay" |
| 83 | 83 |
| 84 # Display the Python version being used | 84 # Display the Python version being used |
| 85 - name: Display Python version | 85 - name: Display Python version |
| 86 run: python -c "import sys; print(sys.version)" | 86 run: python -c "import sys; print(sys.version)" |
| 87 | 87 |
