Skip to content

Commit

Permalink
Drop branching requirements lock
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Feb 4, 2022
1 parent 36b8fc0 commit 80f3f11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: "Add external example dependencies (except ecole)"
shell: bash -l {0}
run: |
sed -E '/[[:blank:]]ecole([^a-zA-Z0-9-]|$)/d' examples/branching-imitation/conda-requirements-linux64-cpu.lock.yaml > env.yaml
sed -E '/[[:blank:]]ecole([^a-zA-Z0-9-]|$)/d' examples/branching-imitation/conda-requirements.yaml > env.yaml
micromamba install --file env.yaml
- name: "Build Ecole and test notebook"
shell: bash -l {0}
Expand Down
236 changes: 0 additions & 236 deletions examples/branching-imitation/conda-requirements-linux64-cpu.lock.yaml

This file was deleted.

Loading

0 comments on commit 80f3f11

Please sign in to comment.