Skip to content

Commit

Permalink
change GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Feb 20, 2024
1 parent 3fa9b9b commit fa90630
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/micromamba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
pull_request:
branches: [ "master" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # not building on mac-os because there is no OpenMP
python-version: [ '3.9', '3.10', '3.11'] # no torch for python 3.12 so far
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit fa90630

Please sign in to comment.