From d8dee477038e526dc46db833a77a3bb2585836c1 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 8 May 2023 17:23:34 +0200 Subject: [PATCH] Fix dependencies --- .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 af54280..be4e1be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9"] + python-version: ["3.10"] steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2