Skip to content

Commit

Permalink
Run benchmarks on Python 3.7 only since we can't install rez with 2.7…
Browse files Browse the repository at this point in the history
… anymore (#1590)

Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso authored Nov 18, 2023
1 parent 0e7ceb0 commit 61080af
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
python-version:
- '2.7'
- '3.7'

steps:
Expand All @@ -35,11 +34,6 @@ jobs:
run: |
mkdir ./installdir
if [[ "${{ matrix.python-version }}" == "2.7" ]]; then
eval "$(conda shell.bash hook)"
conda activate python
fi
python ./install.py ./installdir
- name: Run Benchmark
Expand All @@ -51,10 +45,6 @@ jobs:
- name: Validate Result
run: |
if [[ "${{ matrix.python-version }}" == "2.7" ]]; then
eval "$(conda shell.bash hook)"
conda activate python
fi
python ./.github/scripts/validate_benchmark.py
- uses: actions/upload-artifact@v3
Expand All @@ -70,7 +60,6 @@ jobs:
strategy:
matrix:
python-version:
- '2.7'
- '3.7'

# so we don't have jobs trying to push to git at the same time
Expand Down Expand Up @@ -119,10 +108,6 @@ jobs:
- name: Store Benchmark Result
run: |
if [[ "${{ matrix.python-version }}" == "2.7" ]]; then
eval "$(conda shell.bash hook)"
conda activate python
fi
python ./.github/scripts/store_benchmark.py
working-directory: src

Expand Down

0 comments on commit 61080af

Please sign in to comment.