Skip to content

Commit df47e7a

Browse files
committed
IMP nightly dropped Python 2, use latest Action
1 parent d991667 commit df47e7a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ["2.7", "3.12"]
16+
python-version: ["3.12"]
1717
imp-branch: [main, develop]
18+
include:
19+
- os: [ubuntu-latest]
20+
python-version: "2.7"
21+
imp-branch: main
1822
runs-on: ${{ matrix.os }}
1923

2024
steps:
21-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2226
with:
2327
submodules: true
2428
- name: Setup conda

0 commit comments

Comments
 (0)