Skip to content

Commit

Permalink
Fix path to docs repo (#247)
Browse files Browse the repository at this point in the history
Closes #246.
  • Loading branch information
jwallwork23 authored Dec 8, 2024
1 parent 6930fea commit 736b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
test_suite:
uses: mesh-adaptation/mesh-adaptation-docs/.github/workflows/reusable_test_suite.yml@main
uses: mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@main
with:
install-command: 'python -m pip uninstall -y goalie && python -m pip install -e .'
test-command: |
Expand Down

0 comments on commit 736b2f5

Please sign in to comment.