Skip to content

Commit

Permalink
Fix CI warnings (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGrieco authored Mar 17, 2023
1 parent a3a2086 commit 8dc9ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
environment: wearables
activate-environment: wearables
python-version: 3.8

# Print the environment variables to simplify development and debugging
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Cache Source-based dependencies [Ubuntu/macOS]
if: steps.cache-source-deps.outputs.cache-hit != 'true' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macOS'))
id: cache-source-deps
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/install/deps
# Including ${{ runner.temp }} is a workaround for https://github.com/robotology/whole-body-estimators/issues/60
Expand Down

0 comments on commit 8dc9ac9

Please sign in to comment.