Skip to content

Commit 52629fc

Browse files
Updated working directory.
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 0f4f69d commit 52629fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_algorithm_families.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
python-version: '3.x'
2727

2828
- name: Run algorithm family generator
29-
run: python3 tools/src/main/python/algorithmFamilyGeneration.py
29+
working-directory: tools/src/main/python
30+
run: python3 algorithmFamilyGeneration.py
3031

3132
- name: Check for changes and commit
3233
run: |

0 commit comments

Comments
 (0)