Skip to content

Commit

Permalink
try without venv
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Nov 19, 2024
1 parent 6c3b60b commit e3f1683
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Generate virtual environment
run: python -m venv .venv
- name: Build Python wrapper
uses: PyO3/maturin-action@v1
with:
command: develop
args: --extras dev -m crates/lox-space/Cargo.toml
- uses: CodSpeedHQ/action@v3
with:
run: |
source .venv/bin/activate
pytest crates/lox-space/tests/ --codspeed
run: pytest crates/lox-space/tests/ --codspeed
token: ${{ secrets.CODSPEED_TOKEN }} # Optional for public repositories

0 comments on commit e3f1683

Please sign in to comment.