Skip to content

Commit

Permalink
TST Simplify testing
Browse files Browse the repository at this point in the history
Do not use the setup-python action as setup-miniconda will install Python
  • Loading branch information
luispedro committed Aug 3, 2024
1 parent 49ae771 commit 8bb2343
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/semibin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- "3.12"

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: conda-incubator/setup-miniconda@v2
- name: Checking out code
uses: actions/checkout@v3

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 8bb2343

Please sign in to comment.