Skip to content

Commit

Permalink
Remove setup-python for self-hosted github workflows - continue (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf758 authored Jan 7, 2024
1 parent fc458bd commit ef13cf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ jobs:
image: python:3.9.18
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: pip
- name: Install dependencies
run: make dev-env
- name: Run benchmark
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
runs-on: [ self-hosted, Linux ]
container:
image: python:3.9.18

steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit ef13cf4

Please sign in to comment.