Skip to content

Commit

Permalink
updates git link
Browse files Browse the repository at this point in the history
  • Loading branch information
namiyousef committed Aug 13, 2023
1 parent 54f064f commit 87596ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
export GIT_LINK="https://${GIT_USER}:${GIT_ACCESS_TOKEN}@github.com"
git config --global url."${GIT_LINK}".insteadOf "ssh://[email protected]"
python -m pip install .[test]
- name: Code Validation Stage
run: |
Expand Down

0 comments on commit 87596ef

Please sign in to comment.