From 174fe2d882949e9b783213e135fa323c710854f4 Mon Sep 17 00:00:00 2001 From: Cute Kernel <74272629+cutekernel@users.noreply.github.com> Date: Fri, 31 Mar 2023 18:18:12 -0400 Subject: [PATCH] removed commented out line containing username --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f010c2a..e697822 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.