Skip to content

Commit

Permalink
split out conda step, bump time required
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Jun 19, 2020
1 parent c931b99 commit 90525d1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- trying
jobs:
test:
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -38,9 +38,13 @@ jobs:
PYTHON: ""
run: |
julia --project=@. -e 'using Pkg; Pkg.instantiate()'
- name: Install SciKitLearn Conda Package
env:
PYTHON: ""
run: |
julia --project=@. -e 'using Conda; Conda.add("scikit-learn")'
julia --project=@. -e 'using CalibrateEmulateSample'
- name: Run Unit Tests
env:
PYTHON: ""
Expand Down

0 comments on commit 90525d1

Please sign in to comment.