diff --git a/.github/workflows/_common-lint.yml b/.github/workflows/_common-lint.yml index 7c3171309..16e1a0a6d 100644 --- a/.github/workflows/_common-lint.yml +++ b/.github/workflows/_common-lint.yml @@ -23,5 +23,5 @@ concurrency: jobs: lint: name: Common Lint - uses: LizardByte/.github/.github/workflows/__call-common-lint.yml@master + uses: LizardByte/.github/.github/workflows/__call-common-lint.yml@ReenigneArcher-patch-1 if: ${{ github.repository != 'LizardByte/.github' }} diff --git a/notebook/dashboard.ipynb b/notebook/dashboard.ipynb index 9684edff9..295828c93 100644 --- a/notebook/dashboard.ipynb +++ b/notebook/dashboard.ipynb @@ -85,6 +85,7 @@ "import os\n", "import sys\n", "import time\n", + "import requests\n", "\n", "# disable TQDM output if not in debug mode\n", "if not os.getenv('ACTIONS_RUNNER_DEBUG') and not os.getenv('ACTIONS_STEP_DEBUG'):\n",