From 4fdb28d9783c4aab1ab8575f85273b3c43ad2c63 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Tue, 14 May 2024 15:35:27 +0100 Subject: [PATCH] And this changes too... --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60b6bb0..754afb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,5 +37,5 @@ jobs: # Unpack the tests from the sdist tar-ball # (want to confirm the manifest was complete) tar -zxvf dist/flake8_black-*.tar.gz - cd flake8-black-*/tests/ + cd flake8_black-*/tests/ WIN="$([ "$RUNNER_OS" == "Windows" ];echo $?)" bash ./run_tests.sh