Skip to content

Commit

Permalink
bash -l {0} needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Oct 10, 2024
1 parent 2c64ac2 commit aaf3215
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build reportengine package and install it
shell: bash -l {0}
shell: bash
run: |
conda-build conda-recipe/meta.yaml
conda install --use-local reportengine
- name:
- name: Install pytest dependencies
shell: bash -l {0}
shell: bash
run: |
pip install pytest
pip install hypothesis
- name: Run Tests
shell: bash -l {0}
shell: bash
run: |
pytest

0 comments on commit aaf3215

Please sign in to comment.