Skip to content

Commit

Permalink
IMP nightly dropped Python 2, use latest Action
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 9, 2024
1 parent 7ce0434 commit 51d0648
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.12"]
python-version: ["3.12"]
imp-branch: [main, develop]
include:
- os: [ubuntu-latest]
python-version: "2.7"
imp-branch: main
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup conda
Expand Down

0 comments on commit 51d0648

Please sign in to comment.