Skip to content

Commit

Permalink
Remove freud from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Jan 16, 2025
1 parent bfa08da commit 959f3df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
run: |
python --version
uv pip install . -r ${{ inputs.requirements-file }} -v
if [[ "${{ inputs.runs-on }}" == *"ubuntu"* && "${{ inputs.python-version }}" == "3.13" ]]; then
uv pip install freud-analysis
fi
python -c "import parsnip; print('parsnip', parsnip.__version__)"
- name: Test with pytest
run: |
Expand Down

0 comments on commit 959f3df

Please sign in to comment.