File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v2.1.0
2+ _commit : v2.1.1
33_src_path : gh:lincc-frameworks/python-project-template
4455author_name : LINCC Frameworks
Original file line number Diff line number Diff line change 99
1010env :
1111 PYTHON_VERSION : " 3.11"
12- ASV_VERSION : " 0.6.4 "
12+ ASV_VERSION : " 0.6.5 "
1313 WORKING_DIR : ${{github.workspace}}/benchmarks
1414
1515concurrency :
3434 with :
3535 fetch-depth : 0
3636 - name : Install dependencies
37- run : |
38- pip install asv==${{env.ASV_VERSION}}
39- pip install virtualenv==20.30 # Temporary fix to airspeed-velocity/asv#1484
37+ run : pip install asv[virtualenv]==${{env.ASV_VERSION}}
4038 - name : Configure git
4139 run : |
4240 git config user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 1010
1111env :
1212 PYTHON_VERSION : " 3.11"
13- ASV_VERSION : " 0.6.4 "
13+ ASV_VERSION : " 0.6.5 "
1414 WORKING_DIR : ${{github.workspace}}/benchmarks
1515 NIGHTLY_HASH_FILE : nightly-hash
1616
3030 with :
3131 fetch-depth : 0
3232 - name : Install dependencies
33- run : |
34- pip install asv==${{env.ASV_VERSION}}
35- pip install virtualenv==20.30 # Temporary fix to airspeed-velocity/asv#1484
33+ run : pip install asv[virtualenv]==${{env.ASV_VERSION}}
3634 - name : Configure git
3735 run : |
3836 git config user.name "github-actions[bot]"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717env :
1818 PYTHON_VERSION : " 3.11"
19- ASV_VERSION : " 0.6.4 "
19+ ASV_VERSION : " 0.6.5 "
2020 WORKING_DIR : ${{github.workspace}}/benchmarks
2121 ARTIFACTS_DIR : ${{github.workspace}}/artifacts
2222
3939 run : |
4040 echo "Workflow Run ID: ${{github.run_id}}"
4141 - name : Install dependencies
42- run : |
43- pip install asv==${{env.ASV_VERSION}} lf-asv-formatter
44- pip install virtualenv==20.30 # Temporary fix to airspeed-velocity/asv#1484
42+ run : pip install asv[virtualenv]==${{env.ASV_VERSION}} lf-asv-formatter
4543 - name : Make artifacts directory
4644 run : mkdir -p ${{env.ARTIFACTS_DIR}}
4745 - name : Save pull request number
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies = [
4545# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
4646[project .optional-dependencies ]
4747dev = [
48- " asv==0.6.5" , # Used to compute performance benchmarks
48+ " asv[virtualenv] ==0.6.5" , # Used to compute performance benchmarks
4949 " black" , # Used for static linting of files
5050 " jupyter" , # Clears output from Jupyter notebooks
5151 " pre-commit" , # Used to run checks before finalizing a git commit
You can’t perform that action at this time.
0 commit comments