From 72e75d4a0849b1703d883f1cef844b830856e4c0 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:34:48 -0400 Subject: [PATCH] ci: test nbqa flake8 problem matcher --- .github/workflows/_common-lint.yml | 2 +- notebook/dashboard.ipynb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",