Skip to content

Commit

Permalink
repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Mar 26, 2024
1 parent 40ce115 commit 3f06560
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ jobs:
- name: test import
run: |
python -c "import kima"
run-51Peg:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt

- name: test import
run: |
python -c "from kima.examples import _51Peg; _51Peg()"

0 comments on commit 3f06560

Please sign in to comment.