Skip to content

Commit

Permalink
Setup using the test script!!
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Apr 16, 2020
1 parent 4db6dbe commit b9cce3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-with-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,20 @@ jobs:
source setup/setup_conda.sh
which conda
- name: Check whether the CI environment variable is set
shell: bash -l {0}
run: |
source "$HOME/miniconda/etc/profile.d/conda.sh"
echo $CI
- name: Setup the emission environment for testing
shell: bash -l {0}
run: |
conda --version
which conda
source "$HOME/miniconda/etc/profile.d/conda.sh"
conda --version
source setup/setup.sh
source setup/setup_tests.sh
- name: Switch to emission and run the tests
shell: bash -l {0}
Expand Down

0 comments on commit b9cce3e

Please sign in to comment.