Skip to content

Commit

Permalink
set python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Fairchild committed Nov 17, 2023
1 parent 8b5e95a commit 4b6186c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/score_new_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
BSC_DATABASESECRET: ${{ steps.setenvvars.outputs.BSC_DATABASESECRET }}
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Check if main & set dev/prod vars
id: setenvvars
run: |
Expand Down

0 comments on commit 4b6186c

Please sign in to comment.