Skip to content

Commit

Permalink
Update l2c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed May 6, 2024
1 parent 7ed8fe4 commit ac8d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/l2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
always-yes: true
- run: |
cd src
source 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
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build-install/lib
Expand Down

0 comments on commit ac8d8a4

Please sign in to comment.