From dd0b73525f5fd5b34d80303ecefcd027139353d2 Mon Sep 17 00:00:00 2001 From: Amine Ghozlane Date: Sat, 6 Apr 2024 23:45:06 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69d4a8f..e73170e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11"] - os: ['ubuntu-22.04', 'macos-latest'] + os: [ubuntu-22.04, macos-latest] steps: - uses: actions/checkout@v4 - uses: ConorMacBride/install-package@v1