Skip to content

Commit

Permalink
Clean up file
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 31, 2024
1 parent e9d54fd commit a79b539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-pixi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DSL logs and checks
name: Conda env testing

on:
pull_request:
Expand All @@ -9,13 +9,13 @@ on:
jobs:
legacy_pixi_test:
runs-on: ubuntu-latest
name: Legacy testing Pixi
name: Legacy Pixi
steps:
- name: Debug
run: pwd && ls -R
- name: Install pixi
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
locked: true
cache: false # 10Gb limit might be too low for caching
- name: Build Gazebo enviroment
run:
pixi install --locked --manifest-path conda/envs/legacy/
manifest-path: conda/envs/legacy/pixi.toml
1 change: 0 additions & 1 deletion conda/envs/legacy/gz-environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: gazebo
channels:
- conda-forge
# plaforms works on conda-lock https://github.com/conda/conda-lock?tab=readme-ov-file#platform-specification
platforms:
- win-64
dependencies:
Expand Down

0 comments on commit a79b539

Please sign in to comment.