bypass JuliaStats/Distributions.jl/issues/1358
This commit is contained in:
parent
3f110d6a6c
commit
88ebb8152d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
- name: Run Graphical test
|
- name: Run Graphical test
|
||||||
run: |
|
run: |
|
||||||
$TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
$TESTCMD --project -e 'using Pkg; Pkg.test(coverage=true);'
|
||||||
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("StatsPlots"); Pkg.test("StatsPlots");'
|
# $TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("StatsPlots"); Pkg.test("StatsPlots");'
|
||||||
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes");'
|
$TESTCMD -e 'using Pkg; Pkg.activate(tempdir()); Pkg.develop(path=abspath(".")); Pkg.add("GraphRecipes"); Pkg.test("GraphRecipes");'
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
|
|||||||
@ -51,6 +51,7 @@ Requires = "1"
|
|||||||
Scratch = "1"
|
Scratch = "1"
|
||||||
Showoff = "0.3.1, 1.0"
|
Showoff = "0.3.1, 1.0"
|
||||||
StatsBase = "0.32, 0.33"
|
StatsBase = "0.32, 0.33"
|
||||||
|
Distributions = "< 0.25.7, ≥ 0.25.9"
|
||||||
julia = "1.5"
|
julia = "1.5"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user