Skip to content

Commit

Permalink
try powershell init
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent b0a8e8f commit b1b3e74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows_ci.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
# - name: Install requirements
# run: |
# python -m pip install -r etc/requirements_build.in -c etc/requirements_locked.txt
- name: Init Conda in Powershell
run: |
C:\Miniconda\condabin\conda.bat init powershell
- name: Install scientific python requirements
run: |
conda create --name test python={{matrix.python-version}} -y -vv pandas==0.22.0 numpy==1.19.1 scipy==1.5.0 cython==0.29.21
Expand Down

0 comments on commit b1b3e74

Please sign in to comment.