From 3b9075bc6c661a873ff865f0facfe207f60fdf1f Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Tue, 14 May 2024 23:19:41 -0400 Subject: [PATCH] fix config file --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65529f1d..16c98c52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,12 @@ defaults: run: shell: bash -env: - # testing on windows - PYTHONUTF=1 jobs: format: runs-on: ubuntu-latest + env: + PYTHONUTF: 1 strategy: matrix: