Skip to content

Commit

Permalink
Codspeed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
haoshan98 committed Dec 18, 2023
1 parent eb471e6 commit d3307bc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ jobs:
# - Install your dependencies
# - Build your benchmarks (if using a compiled language)
# ...
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
- uses: actions/setup-python@v3
with:
auto-update-conda: false
miniconda-version: latest

- name: Create Conda environment
run: conda env create -n bchmark

- name: Activate Conda environment
run: conda activate bchmark
python-version: "3.10"

- name: Install project dependencies
run: pip install -e . && pip install pytest
Expand Down

0 comments on commit d3307bc

Please sign in to comment.