Skip to content

Commit

Permalink
build: update smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jan 20, 2025
1 parent 1c42bc7 commit ba756fe
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,12 @@ on:
- cron: '0 0 */5 * *'

jobs:
test-package-conda:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10']

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

- name: Set up Python
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
miniconda-version: 'latest'
activate-environment: biobear

- name: Read example fasta file
shell: bash -l {0}
run: |
conda info
conda install -c conda-forge -n biobear biobear polars
conda run -n biobear python ./.github/workflows/smoketest.py
test-package-pip:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10']
python-version: ['3.13']

steps:
- name: Checkout
Expand Down

0 comments on commit ba756fe

Please sign in to comment.