Skip to content

Commit

Permalink
Added setup-python to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Oct 9, 2023
1 parent bf3e9c8 commit d6b9ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Pull Changes
if: github.event_name != 'pull_request'
run: git pull origin
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Requirements
run: pip install -r requirements.txt
- name: Git config
Expand Down

0 comments on commit d6b9ff1

Please sign in to comment.