diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 652d8c9..c92c1bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test compatibility +name: Unit test compatibility on: push: @@ -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: |