Skip to content

Commit

Permalink
FIX use mamba shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwarshuis committed Aug 18, 2024
1 parent 095bc82 commit 72d7fea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ jobs:
emacs_version:
- '29.3'
steps:
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v1.9.0
with:
micromamba-version: '1.5.8-0'
micromamba-version: '1.5.6-0'
environment-file: env-${{ matrix.emacs_version }}.yml
init-shell: >-
bash
cache-environment: true
post-cleanup: 'all'

- name: Setup testing databases
run: docker-compose up -d

- name: Run tests
shell: micromamba-shell {0}
run: |
export LD_PRELOAD=/usr/lib/libc_malloc_debug.so
make install
Expand Down

0 comments on commit 72d7fea

Please sign in to comment.