We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e92bc commit 25796e6Copy full SHA for 25796e6
1 file changed
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install our_library package
30
shell: bash -l {0}
31
run: |
32
- cd our_library
+ cd source
33
pip install -e .
34
35
# ------------------------------
0 commit comments