Skip to content

Commit

Permalink
Add python
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Sep 17, 2023
1 parent 2f47932 commit 105638b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Clone tile-benchmarking repository
run: git clone https://github.com/developmentseed/tile-benchmarking.git

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Set working directory to 03-e2e
run: cd tile-benchmarking/03-e2e

Expand Down

0 comments on commit 105638b

Please sign in to comment.