Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 11, 2023
1 parent aa83513 commit 3eda530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
- name: Setup conda
uses: mamba-org/setup-micromamba@main
with:
environment-file: dev-environment.yml
environment-file: test-environment.yml

- uses: actions/download-artifact@v3
with:
name: dist ${{ github.run_number }}
path: ./dist

- name: Install the package
run: pip install -vv bqscales*.whl
run: pip install -vv bqscales*.whl --force-reinstall
working-directory: dist

- name: Install the package
Expand Down

0 comments on commit 3eda530

Please sign in to comment.