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 2cee377 commit 03fbb6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/symbolscanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
run: pip install wheel pysymbolscanner
run: pip install wheel
- name: Install dependencies
run: pip install pysymbolscanner
- name: Run scanner
run: pysymbolscanner --input stocks.yaml --output stocks.yaml
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 03fbb6a

Please sign in to comment.