Skip to content

Commit

Permalink
Remove unnecessary conda installs in test suite (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Apr 11, 2024
1 parent 1aa887f commit da37030
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
cache: pip
cache-dependency-path: tests/requirements**.txt

- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
activate-environment: quacc-env

- name: Install pip packages
run: |
pip install uv
Expand Down Expand Up @@ -81,12 +75,6 @@ jobs:
cache: pip
cache-dependency-path: tests/requirements**.txt

- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.10"
activate-environment: quacc-env

- name: Install pip packages
run: |
pip install uv
Expand All @@ -98,9 +86,6 @@ jobs:
- name: Run tests with pytest
run: pytest --durations=10 tests/covalent --cov=quacc --cov-report=xml

- name: Stop Covalent server
run: covalent stop

- name: Upload code coverage report to Artifact
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -184,12 +169,6 @@ jobs:
cache: pip
cache-dependency-path: tests/requirements**.txt

- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.11"
activate-environment: quacc-env

- name: Install pip packages
run: |
pip install uv
Expand Down Expand Up @@ -403,12 +382,6 @@ jobs:
cache: pip
cache-dependency-path: tests/requirements**.txt

- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
activate-environment: quacc-env

- name: Install pip packages
run: |
pip install uv
Expand Down

0 comments on commit da37030

Please sign in to comment.