Skip to content

Commit b1ca4f4

Browse files
authored
CI issues (NCAR#164)
* CI issues * Add build env path for Linux.yml * other updates to ci file * format more closely to uxarray/comp * Undo some changes, add python version * Revert to previous version for 'Run tests'
1 parent d19e212 commit b1ca4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ "ubuntu-latest", "macos-latest"]
23-
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
23+
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
2424

2525
steps:
2626
- name: Cancel previous runs
27-
uses: styfle/cancel-workflow-action@0.9.0
27+
uses: styfle/cancel-workflow-action@0.9.1
2828
with:
2929
access_token: ${{ github.token }}
3030
- name: Checkout

0 commit comments

Comments
 (0)