Skip to content

Commit

Permalink
fix up argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent c053ac1 commit f33830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
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
conda create -y -vv --name test python=${{matrix.python-version}} pandas=0.22.0 numpy=1.19.1 scipy=1.5.0 cython=0.29.21
conda activate test
- uses: ilammy/msvc-dev-cmd@v1
- name: Install TA lib
Expand Down

0 comments on commit f33830c

Please sign in to comment.