Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6874:70a78f281179
fix bad tab.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 01:53:55 -0400 |
| parents | 8dab742710b6 |
| children | f1f947f6e476 |
comparison
equal
deleted
inserted
replaced
| 6873:8dab742710b6 | 6874:70a78f281179 |
|---|---|
| 35 | 35 |
| 36 steps: | 36 steps: |
| 37 # Checkout the latest code from the repo | 37 # Checkout the latest code from the repo |
| 38 - name: Checkout source | 38 - name: Checkout source |
| 39 # if: {{ false }} | 39 # if: {{ false }} |
| 40 # continue-on-error: true | 40 # continue-on-error: true |
| 41 uses: actions/checkout@v3 | 41 uses: actions/checkout@v3 |
| 42 | 42 |
| 43 # Setup which version of Python to use | 43 # Setup which version of Python to use |
| 44 - name: Set Up Python ${{ matrix.python-version }} | 44 - name: Set Up Python ${{ matrix.python-version }} |
| 45 uses: actions/setup-python@v3 | 45 uses: actions/setup-python@v3 |
