Skip to content

Commit

Permalink
Trying this for the windows build
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
chryswoods committed Dec 31, 2023
1 parent cf143a8 commit 5e3937a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/choose_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
# Need to install and use VS 2017 for conda-compliant builds
- name: Set up Visual Studio 2017 Build Tools (required for Python modules)
run: |
mamba install -y -c conda-forge vs2017_win-64
if: matrix.platform.name == 'windows'
#
- name: Clone the desired branch
run: git clone https://github.com/${{ env.REPO }} -b ${{ github.event.inputs.branch }} sire
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
# Need to install and use VS 2017 for conda-compliant builds
- name: Set up Visual Studio 2017 Build Tools (required for Python modules)
run: |
mamba install -y -c conda-forge vs2017_win-64
if: matrix.platform.name == 'windows'
#
- name: Clone the devel branch (push to devel)
run: git clone https://github.com/${{ env.REPO }} sire
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
# Need to install and use VS 2017 for conda-compliant builds
- name: Set up Visual Studio 2017 Build Tools (required for Python modules)
run: |
mamba install -y -c conda-forge vs2017_win-64
if: matrix.platform.name == 'windows'
#
- name: Clone the main branch (push to main)
run: git clone -b main https://github.com/openbiosim/sire sire
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true
# Need to install and use VS 2017 for conda-compliant builds
- name: Set up Visual Studio 2017 Build Tools (required for Python modules)
run: |
mamba install -y -c conda-forge vs2017_win-64
if: matrix.platform.name == 'windows'
#
- name: Clone the feature branch (pull request to devel)
run: git clone -b ${{ github.head_ref }} --single-branch https://github.com/${{ env.REPO }} sire
Expand Down

0 comments on commit 5e3937a

Please sign in to comment.