Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed May 8, 2024
1 parent d7e121b commit 1351a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-from-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# allow-prereleases: true
# - name: Install test dependencies and Traits from PyPI sdist
# run: |
# python -m pip install --no-binary traits numpy setuptools Sphinx traits traitsui
# python -m pip install --no-binary traits defusedxml numpy setuptools Sphinx traits traitsui
# - name: Create clean test directory
# run: |
# mkdir testdir
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
allow-prereleases: true
- name: Install test dependencies and Traits from PyPI wheel
run: |
python -m pip install --only-binary traits numpy setuptools Sphinx traits traitsui
python -m pip install --only-binary traits defusedxml numpy setuptools Sphinx traits traitsui
- name: Create clean test directory
run: |
mkdir testdir
Expand Down

0 comments on commit 1351a98

Please sign in to comment.