Skip to content

Commit

Permalink
apply dependency test constraints to binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed May 3, 2024
1 parent f686b84 commit d23de16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,11 @@ jobs:
uses: ./.github/actions/setup_env
with:
python-version: ${{ env.LATEST_SUPPORTED_PYTHON_VERSION }}
requirements-files: requirements.txt requirements-dev.txt requirements-docs.txt
requirements-files: |
requirements.txt
requirements-dev.txt
requirements-docs.txt
constraints_tests.txt
requirements: ${{ env.CONDA_DEFAULT_DEPENDENCIES }} pandoc

- name: Make install
Expand Down

0 comments on commit d23de16

Please sign in to comment.