Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashharrison90 authored Aug 14, 2023
1 parent 26457de commit cb1c428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4.7.0
- name: Install numpy
Expand All @@ -23,4 +25,4 @@ jobs:
env:
FANTASY_PL_USERNAME: ${{ secrets.FANTASY_PL_USERNAME }}
FANTASY_PL_PASSWORD: ${{ secrets.FANTASY_PL_PASSWORD }}
run: python3 ./main.py $FANTASY_PL_USERNAME --password $FANTASY_PL_PASSWORD --update-model
run: python3 main.py $FANTASY_PL_USERNAME --password $FANTASY_PL_PASSWORD --update-model

0 comments on commit cb1c428

Please sign in to comment.