Skip to content

Commit

Permalink
Non-editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 12, 2024
1 parent 8373fef commit 40984b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Conda environment from environment.yml
uses: mamba-org/setup-micromamba@v1
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Install package
run: |
python -m pip install -e . --no-deps
python -m pip install . --no-deps
- name: Conda list information
run: |
conda env list
Expand Down

0 comments on commit 40984b5

Please sign in to comment.