Skip to content

Commit

Permalink
Update l2c.yml conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed May 6, 2024
1 parent 214ef73 commit 84cca13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/l2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
auto-activate-base: false
- run: |
cd src
conda init
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 84cca13

Please sign in to comment.