Skip to content

Commit

Permalink
Can I leave that out?
Browse files Browse the repository at this point in the history
  • Loading branch information
tostenzel committed Jan 1, 2024
1 parent 9ba17ac commit 38ae949
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
# checkout the code at the commit (incl. branch) that triggered the workflow

# checkout the code at the commit (incl. branch) that triggered the workflow
- name: Checkout Repository
uses: actions/checkout@v2

Expand All @@ -23,7 +24,7 @@ jobs:
pip install -e .
- name: Run Tests
shell: bash -l {0}
#shell: bash -l {0}
run: |
conda list
pytest tests

0 comments on commit 38ae949

Please sign in to comment.