From 4bd8ade54d01d8000cc4349074e9116d2db75761 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 28 Sep 2023 20:37:00 -0700 Subject: [PATCH] Update run_all_tests.yml Co-authored-by: Ryan Ly --- .github/workflows/run_all_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run_all_tests.yml b/.github/workflows/run_all_tests.yml index f30a5cf8..5f5810cd 100644 --- a/.github/workflows/run_all_tests.yml +++ b/.github/workflows/run_all_tests.yml @@ -158,8 +158,7 @@ jobs: run: | conda config --set always_yes yes --set changeps1 no conda info - # the conda dependency resolution for tox under python 3.8 can install the wrong importlib_metadata - conda install -c conda-forge tox "importlib_metadata>4" + conda install -c conda-forge tox - name: Conda reporting run: |