From 21b78acf4932cce79b61377d734818080d614a99 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 5 Aug 2024 09:58:54 +0200 Subject: [PATCH] tst --- .github/workflows/code_quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 665c7fb..cdec606 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -21,8 +21,8 @@ jobs: strategy: matrix: toxenv: [isort, black, flake8] - env: - PIP_CONSTRAINT: pip-constraints.txt + # env: + # PIP_CONSTRAINT: pip-constraints.txt steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5