Skip to content

Commit 7fcb0f8

Browse files
committed
Fix requirements path in GitHub Actions config
1 parent 7276565 commit 7fcb0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install requirements
4949
run: |
5050
pip --cache-dir=.pip install --upgrade pip wheel
51-
pip --cache-dir=.pip install -r requirements.txt -r ${{ github.workspace }}/pttools/requirements.txt
51+
pip --cache-dir=.pip install -r msc2-python/requirements.txt -r ${{ github.workspace }}/pttools/requirements.txt
5252
- name: Print Numba sysinfo
5353
run: numba --sysinfo | tee numba-sysinfo.txt
5454
- name: Generate PTtools reference data

0 commit comments

Comments
 (0)