Skip to content

Commit

Permalink
Update python-package-conda_TestAppleSilicon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seina001 authored Apr 11, 2024
1 parent ac2e606 commit 3ddddc9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/python-package-conda_TestAppleSilicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
runs-on: macos-14
steps:
- name: Install conda
run: |
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
Expand All @@ -24,4 +16,3 @@ jobs:
conda create -n test-itsxpress python=${{ matrix.python-version }}
conda activate test-itsxpress
conda install -c conda-forge biopython hmmer vsearch pyzstd

0 comments on commit 3ddddc9

Please sign in to comment.