Skip to content

Commit

Permalink
Allow CD for map2loop-3 into conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent 31185f8 commit df39bd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# on:
# push:
# branches:
# - master
on:
push:
branches:
- master
name: release-please
jobs:
continuous-integration:
Expand All @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "windows-latest"] # , "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"] # ,"macos-latest"]
os: ["ubuntu-latest", "windows-latest"] # , "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit df39bd2

Please sign in to comment.