Skip to content

Commit 37b0b34

Browse files
ci: Fix broken yaml
1 parent ca4b265 commit 37b0b34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
python -m pip install --upgrade pip
4949
pip install setuptools>=77.0
5050
pip install -e .
51-
shell: bash -l {0}
5251
5352
- name: Install dev dependencies for testing
5453
shell: bash -l {0}
@@ -58,11 +57,9 @@ jobs:
5857
pip install -r requirements_dev.txt
5958
# conda install -n karios -c conda-forge --file requirements_dev.txt
6059
fi
61-
shell: bash -l {0}
6260
6361
- name: Run tests
6462
shell: bash -l {0}
6563
continue-on-error: true
6664
run: |
6765
python -m pytest tests/ -v
68-
shell: bash -l {0}

0 commit comments

Comments
 (0)