Skip to content

Commit

Permalink
CI: Pin versions of dependencies of cross-platform build (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Oct 22, 2021
1 parent cd0a7bf commit a2a2961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross_platform_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Build Dependencies
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/provision-with-micromamba@v10
with:
environment-file: .github/ci_cross_platform_env.yml
micromamba-version: latest
micromamba-version: 0.17.0

- name: Set up MoveIt Core Dependencies on Unix
if: runner.os == 'Linux' || runner.os == 'macOS'
Expand Down

0 comments on commit a2a2961

Please sign in to comment.