Skip to content

Commit

Permalink
Merge pull request #427 from jcarpent/justin/topic/ci
Browse files Browse the repository at this point in the history
Update minimal Python version
  • Loading branch information
jcarpent authored May 30, 2023
2 parents e0a1076 + 0e25968 commit d625cbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
activate-environment: hpp-fcl
auto-update-conda: true
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.7
python-version: "3.10"

- name: Install compilers on OSX
if: contains(matrix.os, 'macos')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-conda-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
activate-environment: fcl
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.7
python-version: "3.10"
- name: Install cmake and update conda
run: |
conda install cmake -c main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-conda-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
activate-environment: fcl
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.7
python-version: "3.10"
- name: Install cmake and update conda
run: |
conda install cmake -c main
Expand Down
2 changes: 1 addition & 1 deletion cmake

0 comments on commit d625cbe

Please sign in to comment.