Skip to content

Commit 3be0b20

Browse files
committed
Remove custom bashes
1 parent 85e7f57 commit 3be0b20

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/asv_check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
jobs:
1212
quick-benchmarks:
1313
runs-on: ubuntu-latest
14-
defaults:
15-
run:
16-
shell: bash -el {0}
1714

1815
steps:
1916
- uses: actions/checkout@v4

.github/workflows/pytest-remote-data.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,9 @@ jobs:
8989
REQUIREMENTS: ci/requirements-py${{ matrix.python-version }}${{ matrix.suffix }}.yml
9090

9191
- name: List installed package versions
92-
shell: bash -l {0} # necessary for conda env to be active
9392
run: conda list
9493

9594
- name: Run tests
96-
shell: bash -l {0} # necessary for conda env to be active
9795
env:
9896
# copy GitHub Secrets into environment variables for the tests to access
9997
NREL_API_KEY: ${{ secrets.NRELAPIKEY }}

.github/workflows/pytest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555

5656
- name: List installed package versions (conda)
5757
if: matrix.environment-type == 'conda'
58-
shell: bash -l {0} # necessary for conda env to be active
5958
run: micromamba list
6059

6160
- name: Install bare Python ${{ matrix.python-version }}${{ matrix.suffix }}
@@ -66,7 +65,6 @@ jobs:
6665

6766
- name: Install pvlib
6867
if: matrix.environment-type == 'conda'
69-
shell: bash -l {0}
7068
run: python -m pip install --no-deps .
7169

7270
- name: Set up bare environment
@@ -76,7 +74,6 @@ jobs:
7674
pip freeze
7775
7876
- name: Run tests
79-
shell: bash -l {0} # necessary for conda env to be active
8077
run: |
8178
# ignore iotools; those tests are run in a separate workflow
8279
pytest pvlib --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools

0 commit comments

Comments
 (0)