Skip to content

Commit

Permalink
Update test-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjmesra committed Jun 23, 2021
1 parent 3aef4c1 commit 28cd8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip3 install convertdate>=2.3.0
pip3 install sanic==19.12.2
pip3 install multidict==4.6
sudo python3 setup.py clean build install sdist bdist_wheel
python3 setup.py clean build install sdist bdist_wheel
pip3 install numpy==1.20.0
python3 -c "from nseta.scanner.volumeScanner import volumeScanner; from nseta.scanner.baseStockScanner import ScannerType; s=volumeScanner(ScannerType.Volume,['HDFC']); s.scan();"
- name: Generate test coverage report
Expand Down

0 comments on commit 28cd8ce

Please sign in to comment.