Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EfimovVladimir committed Nov 26, 2020
1 parent 0f4b01a commit 05acb62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ jobs:
- name: Build Groovy Kernel
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE/beakerx_kernel_groovy/groovy-dist
chmod +x gradlew
conda activate beakerx
cd $GITHUB_WORKSPACE/beakerx_kernel_groovy/groovy-dist
pip install -r requirements.txt --verbose
beakerx_kernel_groovy install
- name: Build BeakerX Base
Expand Down

0 comments on commit 05acb62

Please sign in to comment.