Skip to content

Commit 1768c4b

Browse files
authored
Update python.yml
1 parent 30bd4e8 commit 1768c4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Copy Python module to package directory
4040
run: |
4141
# Copy the built Python module to the package directory
42-
cp build/libCacheSim-python/_libcachesim*.so libCacheSim-python/libcachesim/
42+
cp build/libCacheSim-python/_libcachesim*.so libCacheSim-python/
4343
4444
- name: Install Python package
4545
run: |
@@ -49,4 +49,4 @@ jobs:
4949
- name: Run tests
5050
run: |
5151
cd libCacheSim-python
52-
pytest tests/ -v
52+
pytest tests/ -v

0 commit comments

Comments
 (0)