Skip to content

Commit

Permalink
add pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 10, 2024
1 parent d89586e commit dbfccb7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pytest

on: [push]

jobs:
check:
runs-on: head
name: Pytest
steps:
- name: Fetch
uses: actions/checkout@v2
- name: Run
run: |
source /export/jgonzale/github-workflows/miniconda3/envs/ska3-masters/bin/ska_envs.sh
pytest Quaternion

0 comments on commit dbfccb7

Please sign in to comment.