Skip to content

Commit 3079ee8

Browse files
committed
Add contributor to README and fix build script
1 parent 13860b5 commit 3079ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Run build script
49-
run: bash ./scripts/build.sh
49+
run: bash ./scripts/build.sh "$(pwd)/dependencies"
5050
shell: bash
5151
- name: Upload Coverage To Codecov
5252
uses: codecov/codecov-action@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ For documentation about installing the package and API methods see [the document
3232
## Contributors
3333

3434
Thanks to [@DaiJunyan](https://github.com/DaiJunyan), [@ecallahan5](https://github.com/ecallahan5),
35-
[@Yotamho](https://github.com/Yotamho), [@ntsirakis](https://github.com/ntsirakis), and [@allanbelliti](https://github.com/allanbelliti) for their contributions!
35+
[@Yotamho](https://github.com/Yotamho), [@ntsirakis](https://github.com/ntsirakis), [@allanbelliti](https://github.com/allanbelliti), and [@krlu](https://github.com/krlu) for their contributions!
3636

0 commit comments

Comments
 (0)