Skip to content

Commit

Permalink
GH-26 removed SysML-v2-API-Python-Client from AP file
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Balestrini committed Aug 4, 2021
1 parent a0c7c5e commit 6345fc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: |
variables:
MAX_LINE_LENGTH: 99
SYSML_V2_API_REPO: https://github.com/Systems-Modeling/SysML-v2-API-Python-Client.git@2021-05

commands:
lab:
Expand All @@ -20,10 +19,9 @@ commands:
env_spec: developer
unix: |
git submodule update --init
pip install git+{{SYSML_V2_API_REPO}} --no-dependencies
pip install -e . --no-dependencies
windows: |
git submodule update --init & pip install git+{{SYSML_V2_API_REPO}} --no-dependencies & pip install -e . --no-dependencies
git submodule update --init & pip install -e . --no-dependencies
lint:
description: lint the code
env_spec: developer
Expand Down

0 comments on commit 6345fc9

Please sign in to comment.