Skip to content

Commit

Permalink
ping to github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoschmidt committed Mar 8, 2024
1 parent ffad44f commit 0b72a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Make a ping on github.com
run: ping github.com -t 1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0b72a59

Please sign in to comment.