Skip to content

Commit

Permalink
CI: Simplify mamba handling
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 19, 2023
1 parent cd34c78 commit 11c3f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash
environment-name: lf
create-args: >-
lfortran=0.23.0
- name: Print installed packages information
shell: bash -exl {0}
shell: bash -l {0}
run: |
set -ex
! which lfortran
micromamba env list
micromamba activate lf
micromamba list
which lfortran
- name: Build dftatom manual
shell: bash -exl {0}
shell: bash -l {0}
run: |
set -ex
make -f Makefile.manual F90=lfortran F90FLAGS="-I../../src"
Expand Down

0 comments on commit 11c3f6c

Please sign in to comment.