Skip to content

Commit

Permalink
set up dev env with conda?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent 50cda9b commit 27fca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -31,13 +31,13 @@ jobs:
# - name: Install requirements
# run: |
# python -m pip install -r etc/requirements_build.in -c etc/requirements_locked.txt
- uses: ilammy/msvc-dev-cmd@v1
- name: Init Conda in Powershell
run: |
C:\Miniconda\condabin\conda.bat init powershell
- name: Install scientific python requirements
run: |
conda create -y --name test python=${{matrix.python-version}} pip pandas=0.22.0 numpy=1.19.1 scipy=1.5.0 cython=0.29.21
- uses: ilammy/msvc-dev-cmd@v1
- name: Install TA lib
run: |
(New-Object Net.WebClient).DownloadFile('http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-msvc.zip', 'ta-lib-0.4.0-msvc.zip')
Expand Down

0 comments on commit 27fca99

Please sign in to comment.