Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Apr 25, 2024
1 parent 73eebd5 commit ccc5cb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
else
echo "CONDA_ENV_FILE=ci/requirements/${{ matrix.env }}.yml" >> $GITHUB_ENV
fi
elif [[ "${{ matrix.env }}" == "min-all-deps" ]] ;
then
# Ignore any errors
echo "PYTEST_EXTRA_FLAGS=-W default" >> $GITHUB_ENV
else
if [[ ${{ matrix.python-version }} != "3.12" ]]; then
echo "CONDA_ENV_FILE=ci/requirements/environment.yml" >> $GITHUB_ENV
Expand Down

0 comments on commit ccc5cb4

Please sign in to comment.