File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ jobs:
493493 - uses : actions/checkout@v4
494494
495495 # Download .whl files into a local dir
496- # TODO: the following 5 comments have to be activated when the pydantic conflict is solved
496+ # TODO: the next 5 commented lines must be reactivated when the pydantic conflict is solved
497497 # - name: Download .whl dependencies
498498 # uses: actions/download-artifact@v4
499499 # with:
@@ -547,12 +547,8 @@ jobs:
547547 run : |
548548 set -x
549549
550- # Clone the rs-demo repository.
551- # Use the ssh public key from: https://github.com/RS-PYTHON/rs-demo/settings/keys
552- # and the private key from: https://github.com/RS-PYTHON/rs-server/settings/secrets/actions
553- eval "$(ssh-agent -s)"
554- ssh-add - <<< "${{ secrets.RS_DEMO_PRIVATE_SSH_KEY }}"
555- git clone [email protected] :RS-PYTHON/rs-demo.git 550+ # Clone the rs-demo repository
551+ git clone https://github.com/RS-PYTHON/rs-demo.git
556552
557553 # Try to checkout in rs-demo the same branch name than in rs-server.
558554 # If the branch doesn't exist, it's ok, we stay on the default branch.
You can’t perform that action at this time.
0 commit comments