Skip to content

Commit

Permalink
Adds missing expect dependency to demo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 14, 2024
1 parent 7cf5797 commit e3f6ecd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: false
environment-file: environment.yml
activate-environment: ll-cpp
environment-file: environment-demo.yml
activate-environment: ll-cpp-demo
miniforge-version: latest
use-mamba: true
channels: conda-forge
Expand Down
12 changes: 12 additions & 0 deletions environment-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ll-cpp-demo
channels:
- conda-forge
dependencies:
- cmake >=3.20
- cxx-compiler
- expect
- gtest >=1.14.0
- make
- protobuf >=4.25.2
- rapidcheck >=2023.4.13
- yaml-cpp >=0.8.0

0 comments on commit e3f6ecd

Please sign in to comment.