Skip to content

Commit

Permalink
Merge pull request #43 from certik/lf_r3
Browse files Browse the repository at this point in the history
CI: Simplify mamba handling
  • Loading branch information
certik authored Oct 19, 2023
2 parents cd34c78 + 11c3f6c commit a585bab
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 a585bab

Please sign in to comment.