Skip to content

Commit

Permalink
Installs expect into windows env
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 23, 2024
1 parent cd933a5 commit 1283933
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ 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
environment-file: environment.yml
activate-environment: ll-cpp
miniforge-version: latest
use-mamba: true
channels: conda-forge

- name: Install expect
shell: bash -el {0}
run: conda install -c conda-forge expect

- name: Install RapidCheck
shell: bash -el {0}
env:
Expand Down

0 comments on commit 1283933

Please sign in to comment.