From cb41f932654a1120964f9c4e3252e0b29964e668 Mon Sep 17 00:00:00 2001 From: saragee3 Date: Sun, 10 Jan 2021 11:08:27 -0800 Subject: [PATCH] comment out rhum --- .github/workflows/master.yml | 5 +++-- deps.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4347abe..0ea5f0e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,8 +22,9 @@ jobs: - name: Install Deno uses: denolib/setup-deno@v2 - - name: Install Rhum - run: deno install -Af https://raw.githubusercontent.com/drashland/rhum/rhum-cli/cli.ts + # See comment in "Run Unit Tests" job. + # - name: Install Rhum + # run: deno install -Af https://raw.githubusercontent.com/drashland/rhum/rhum-cli/cli.ts - name: Run Unit Tests # TODO (crookse) When Rhum v2.0 is released, this step will need to be updated from using diff --git a/deps.ts b/deps.ts index 0b3b45b..2e4c65f 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { Rhum } from "https://deno.land/x/rhum@v1.1.4/mod.ts"; +export { Rhum } from "https://deno.land/x/rhum@v1.1.6/mod.ts";