From 5974d0ac3164eca48b9b946f7fc43c8728ead523 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Mon, 5 Jul 2021 11:24:22 +0200 Subject: [PATCH] revert fix for failing CI (#3611) Co-authored-by: t-bltg --- .github/workflows/ci.yml | 2 +- Project.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a723a92..45a723a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Run Graphical test run: | $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");' - name: Codecov diff --git a/Project.toml b/Project.toml index c5b7655d..8a90b5fd 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,6 @@ Requires = "1" Scratch = "1" Showoff = "0.3.1, 1.0" StatsBase = "0.32, 0.33" -Distributions = "< 0.25.7, ≥ 0.25.9" julia = "1.5" [extras]