Skip to content

Commit

Permalink
Updated GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Jan 23, 2024
1 parent 82d1f3e commit 3e37be5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chewbbaca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,6 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install py
pip install build
- name: install blast
run: |
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
- name: install chewbbaca
run: |
pushd $GITHUB_WORKSPACE/chewbbaca
#python setup.py install
python -m pip install .
- name: check chewbbaca
Expand Down

0 comments on commit 3e37be5

Please sign in to comment.