From dff1599788ac999d2c25b53ea471f3f2890296d9 Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Mon, 19 Aug 2024 13:19:56 +0200 Subject: [PATCH] Fix pip install --- .github/workflows/check-sections.yml | 2 +- tools/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tools/requirements.txt diff --git a/.github/workflows/check-sections.yml b/.github/workflows/check-sections.yml index 7634dc2..6156423 100644 --- a/.github/workflows/check-sections.yml +++ b/.github/workflows/check-sections.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r tools/requirements.txt - name: Check sections run: | diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 0000000..e9405b3 --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1 @@ +colorama==0.4.6