Skip to content

Commit

Permalink
turn verbosity down
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Aug 7, 2020
1 parent be17757 commit 50cda9b
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 -y -vv --name test python=${{matrix.python-version}} pip pandas=0.22.0 numpy=1.19.1 scipy=1.5.0 cython=0.29.21
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: |
Expand Down

0 comments on commit 50cda9b

Please sign in to comment.