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
Remove -q
  • Loading branch information
adam-urbanczyk authored Dec 15, 2024
commit bbbde0acc191d90bb3bfbb80a1fa4a1abd91f917
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ init:

install:
- conda config --set always_yes yes
- mamba env create -q -f environment.yml
- mamba env create -f environment.yml
- conda activate cadquery
- conda list

Expand Down