Skip to content

Commit

Permalink
drop conda-incubator/setup-miniconda@v3 for actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 8, 2024
1 parent f4cf163 commit 36c8d82
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Test

on:
push:
Expand All @@ -17,20 +17,17 @@ jobs:
- 27017:27017

steps:
- uses: actions/checkout@v4
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
auto-update-conda: true
python-version: 3.8
activate-environment: test-environment

- name: Install dependencies
shell: bash -l {0}
run: |
conda info -a
pip install --ignore-installed -r requirements.txt -r requirements-ci.txt
pip install -r requirements.txt -r requirements-ci.txt
- name: Run fireworks tests
shell: bash -l {0}
Expand Down

0 comments on commit 36c8d82

Please sign in to comment.