Skip to content

Commit

Permalink
Update Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Jan 27, 2025
1 parent bf4e7b6 commit c397a87
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand All @@ -15,15 +15,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov coveralls
pip install pytest
- name: Install
run: |
pip install -e .
- name: Test with pytest
run: |
python -m pytest --cov python_codon_tables --cov-report term-missing
- name: Coveralls
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
cd python_codon_tables
python -m pytest

0 comments on commit c397a87

Please sign in to comment.