Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6860:69928bcce59d
fix env again.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 23:16:26 -0400 |
| parents | ebdadf3b2653 |
| children | 097578791f7b |
comparison
equal
deleted
inserted
replaced
| 6859:ebdadf3b2653 | 6860:69928bcce59d |
|---|---|
| 27 # use for multiple os or ubuntu versions | 27 # use for multiple os or ubuntu versions |
| 28 # os: [ubuntu-latest, macos-latest, windows-latest] | 28 # os: [ubuntu-latest, macos-latest, windows-latest] |
| 29 | 29 |
| 30 env: | 30 env: |
| 31 # OS: ${{ matrix.os }} | 31 # OS: ${{ matrix.os }} |
| 32 - PYTHON_VERSION: ${{ matrix.python-version }} | 32 PYTHON_VERSION: ${{ matrix.python-version }} |
| 33 | 33 |
| 34 steps: | 34 steps: |
| 35 # Checkout the latest code from the repo | 35 # Checkout the latest code from the repo |
| 36 - name: Checkout source | 36 - name: Checkout source |
| 37 uses: actions/checkout@v3 | 37 uses: actions/checkout@v3 |
