Skip to content

Commit

Permalink
Update symbolscanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Jun 3, 2021
1 parent 5705749 commit 2cee377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symbolscanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
run: pip install pysymbolscanner
run: pip install wheel pysymbolscanner
- name: Run scanner
run: pysymbolscanner --input stocks.yaml --output stocks.yaml
- uses: actions/setup-python@v1
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true
debug: true
debug: true

0 comments on commit 2cee377

Please sign in to comment.