Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Added the pip install -e . that I forgot in the original update
  • Loading branch information
kassabry authored Nov 27, 2023
1 parent 9568b33 commit b2754a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Log conda environment
shell: bash --login {0}
run: conda list
# Activate the installed packages
- name: Install active_learning_dd package
shell: bash --login {0}
run: pip install -e .
# Tests that the regression training code runs in the conda environment
- name: Test BT_Clustering
shell: bash --login {0}
Expand Down

0 comments on commit b2754a9

Please sign in to comment.