Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try with mamba
  • Loading branch information
adam-urbanczyk authored Dec 15, 2024
commit a1fbf294eb157c5dda8def3d227e76407dfaeb04
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ init:
install:
- conda config --set always_yes yes
- mamba env create -f environment.yml
- conda activate cadquery
- conda list
- mamba activate cadquery
- mamba list

build: false

Expand Down