Skip to content

Commit

Permalink
Temporarily exclude PlasmaPy unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sapols committed Jun 26, 2024
1 parent 674d29a commit 3807337
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test compatibility
name: Unit test compatibility

on:
push:
Expand Down Expand Up @@ -48,14 +48,14 @@ jobs:
# pip install .
# pytest

- name: Clone and test plasmapy
if: matrix.python-version != '3.9' # Exclude PlasmaPy for Python 3.9
run: |
git clone https://github.com/PlasmaPy/PlasmaPy.git
cd PlasmaPy
pip install -r requirements.txt
pip install .
pytest
# - name: Clone and test plasmapy
# if: matrix.python-version != '3.9' # Exclude PlasmaPy for Python 3.9
# run: |
# git clone https://github.com/PlasmaPy/PlasmaPy.git
# cd PlasmaPy
# pip install -r requirements.txt
# pip install .
# pytest

- name: Clone and test pysat
run: |
Expand Down

0 comments on commit 3807337

Please sign in to comment.