Skip to content

Commit

Permalink
Remove install traits dev for python 3.13 support, now that `traits…
Browse files Browse the repository at this point in the history
…` has been released
  • Loading branch information
ericpre committed Jan 30, 2025
1 parent a89cb09 commit a0bfd9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@ jobs:
python --version
pip --version
- name: Install traits dev for python 3.13
if: ${{ matrix.PYTHON_VERSION == '3.13' }}
run: |
# traits release with python 3.13 pending
pip install git+https://github.com/enthought/traits.git
- name: Install hyperspy and exspy
if: ${{ ! contains(matrix.LABEL, 'without-hyperspy') && matrix.PYTHON_VERSION != '3.13'}}
run: |
Expand Down

0 comments on commit a0bfd9e

Please sign in to comment.