Skip to content

Commit c5c04be

Browse files
authored
Fixing pip install
1 parent 2ad448d commit c5c04be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-env-create-run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "HERE HERE HERE"
3535
pwd
3636
echo "HERE HERE HERE"
37-
pip install CatalogBuilder
37+
pip install .
3838
3939
- name: Make sample data
4040
run: |

0 commit comments

Comments
 (0)