diff --git a/.github/workflows/nbtest.yml b/.github/workflows/nbtest.yml index a96b5bc..26370ff 100644 --- a/.github/workflows/nbtest.yml +++ b/.github/workflows/nbtest.yml @@ -18,7 +18,6 @@ jobs: pip3 install nbmake - name: Install package run: | - git config --global url."https://${{ secrets.PAPYRUS_ACCESS }}@github".insteadOf https://github pip3 install . - name: Notebook test run: | diff --git a/requirements.txt b/requirements.txt index 68ac0ce..6ebee20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ jupyter>=1.0.0 transformers>=4.40.0 jax>=0.4.26 jaxlib>=0.4.26 -papyrus @ git+https://github.com/zincware/papyrus@Konsti_Recorders \ No newline at end of file +papyrus @ git+https://github.com/zincware/papyrus \ No newline at end of file