Skip to content

Commit 8ad50dd

Browse files
committed
CI: Give up, hope conda doesn't install pypy
1 parent 6568c96 commit 8ad50dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242

4343
get_data:
4444
runs-on: ubuntu-latest
45+
defaults:
46+
run:
47+
shell: bash -l {0}
4548
steps:
4649
- name: Create test data directory
4750
run: mkdir -p $HOME/.cache/stanford-crn
@@ -54,6 +57,15 @@ jobs:
5457
restore-keys: |
5558
data-v0-${{ github.ref_name }}-
5659
data-v0-
60+
- name: Setup conda
61+
uses: conda-incubator/setup-miniconda@v2
62+
with:
63+
auto-activate-base: true
64+
activate-environment: ""
65+
- name: Verify environment
66+
run: |
67+
conda info
68+
which python
5769
- name: Install datalad
5870
run: |
5971
python -m pip install datalad-installer

0 commit comments

Comments
 (0)