Skip to content

Commit

Permalink
try setting git config including access token
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 17, 2024
1 parent b7f0621 commit 4dadd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nbtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
env:
super_secret: ${{ secrets.PAPYRUS_ACCESS }}
with:
python-version: "3.11"
- name: Install dev requirements
run: |
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: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
env:
super_secret: ${{ secrets.PAPYRUS_ACCESS }}
run: |
git config --global url."https://${{ secrets.PAPYRUS_ACCESS }}@github".insteadOf https://github
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit 4dadd72

Please sign in to comment.