removed commented out line containing username

This commit is contained in:
Cute Kernel 2023-03-31 18:18:12 -04:00 committed by GitHub
parent 78c3235eee
commit 174fe2d882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,7 @@ jobs:
run: |
/usr/bin/python -m pip install --upgrade pip
pip install --no-deps -r images/requirements.txt
# - name: ssh access
# uses: lhotari/action-upterm@v1
# with:
# limit-access-to-actor: true
# limit-access-to-users: arashd
- name: run tests
run: |
# Environment variables are reset in between steps.