Skip to content

Commit

Permalink
Merge pull request #99 from simbilod/fix_regressions
Browse files Browse the repository at this point in the history
use dev reqs
  • Loading branch information
simbilod authored Dec 8, 2024
2 parents d3b1a3d + 1947ce9 commit 1d2508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate_references.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source .venv/bin/activate

# Install published version of the package in editable mode
sudo apt-get install libglu1-mesa
uv pip install git+https://github.com/simbilod/meshwell.git@8141ecc7eaf4cbb9bd831d21e9da6012bf270d5c
uv pip install git+https://github.com/simbilod/meshwell.git@8141ecc7eaf4cbb9bd831d21e9da6012bf270d5c[dev]

# Execute all Python files in the current directory
python generate_references.py --references-path ./references/

0 comments on commit 1d2508a

Please sign in to comment.