Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update based on recent changes in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed May 9, 2022
1 parent 82fe6a6 commit 67c74f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 208 deletions.
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tasks:
- name: Setup
init: |
# Create conda environment
./bootstrap-conda
mamba env create --file src/environment-dev.yml --prefix venv
conda config --append envs_dirs /workspace/sagetrac-mirror
conda activate /workspace/sagetrac-mirror/venv
Expand All @@ -16,8 +17,8 @@ tasks:
# Build sage
./bootstrap
./configure --enable-build-as-root --with-python=$CONDA_PREFIX/bin/python --prefix=$CONDA_PREFIX
pip install --no-build-isolation -v -v -e pkgs/sage-conf pkgs/sage-setup
pip install --no-build-isolation -v -v -e src
pip install --no-build-isolation -v -v -e ./pkgs/sage-conf ./pkgs/sage-setup
pip install --no-build-isolation -v -v -e ./src
command: |
# Activate conda environment
Expand Down
206 changes: 0 additions & 206 deletions src/environment-dev.yml

This file was deleted.

0 comments on commit 67c74f2

Please sign in to comment.