We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bd4e8 commit 1768c4bCopy full SHA for 1768c4b
1 file changed
.github/workflows/python.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Copy Python module to package directory
40
run: |
41
# Copy the built Python module to the package directory
42
- cp build/libCacheSim-python/_libcachesim*.so libCacheSim-python/libcachesim/
+ cp build/libCacheSim-python/_libcachesim*.so libCacheSim-python/
43
44
- name: Install Python package
45
@@ -49,4 +49,4 @@ jobs:
49
- name: Run tests
50
51
cd libCacheSim-python
52
- pytest tests/ -v
+ pytest tests/ -v
0 commit comments