From cbe34504586af5e1fac1715a43fc6d3b9df88257 Mon Sep 17 00:00:00 2001 From: Tim Savage Date: Mon, 4 Sep 2023 11:52:02 +1000 Subject: [PATCH] remove experimental setting --- .github/workflows/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 4ae9d9a..2fd6705 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -26,7 +26,6 @@ jobs: - name: Install dependencies run: | python -m pip install -U poetry coverage - poetry config experimental.new-installer false poetry install - name: Test with pytest