Skip to content

Commit

Permalink
Do not test classic in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored and jezdez committed Mar 26, 2024
1 parent 7749229 commit 0edbb64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ env:
# https://conda.github.io/conda-libmamba-solver/user-guide/configuration/#advanced-options
CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED: true
PYTEST_RERUN_FAILURES: 3
# See https://github.com/conda/conda/pull/13694
# we can't break classic from here; no need to test it
# those tests will still be available for local debugging if necessary
CONDA_TEST_SOLVERS: libmamba

jobs:
# detect whether any code changes are included in this PR
Expand Down

0 comments on commit 0edbb64

Please sign in to comment.