Skip to content

Commit

Permalink
Update l2c.yml move init
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed May 6, 2024
1 parent 84cca13 commit ba9b482
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/l2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
channels: conda-forge
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
auto-activate-base: true
- run: |
cd src
conda init
conda env list
- run: |
cd src
conda activate l2c
meson setup build --prefix=$PWD/build-install --includedir=$CONDA_PREFIX/include --libdir=$CONDA_PREFIX/lib
export PYTHONPATH=$PYTHONPATH:$PWD/build-install/lib/python${{ matrix.python-version }}/site-packages
Expand Down

0 comments on commit ba9b482

Please sign in to comment.