Skip to content

Commit

Permalink
Remove hard coded SSH sock path
Browse files Browse the repository at this point in the history
Remove hard coded SSH sock path
  • Loading branch information
jwbensley authored Nov 25, 2024
1 parent f759bfb commit ec30002
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git config -l
ls -l ~/.ssh/
cat ~/.ssh/config
cat ~/.ssh/key*
#git clone [email protected]:DFZ-Name-and-Shame/dnas_stats.git
#ls -l dnas_stats/
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r dnas/requirements.txt
# - name: python clone
# run: |
# pytest test_clone.py
# - name: exit
# run: |
# false
- name: Install Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -50,7 +34,5 @@ jobs:
sudo apt-get install -y whois shellcheck
- name: Run the tox tests
working-directory: /home/runner/work/dfz_name_and_shame/dfz_name_and_shame/
# env:
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
tox

0 comments on commit ec30002

Please sign in to comment.