Skip to content

Commit

Permalink
Switch devcontainer to use meson
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 27, 2024
1 parent c9dd1e8 commit cd41311
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/onCreate-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ mamba env create -y --file environment-3.11-linux.yml || mamba env update -y --f
conda init bash

# Build sage
conda run -n sage-dev ./bootstrap
conda run -n sage-dev pip install --no-build-isolation -v -v -e ./src
conda run -n sage-dev pip install --no-build-isolation -v -v -e .

0 comments on commit cd41311

Please sign in to comment.