Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Dec 4, 2023
1 parent 8e31eb3 commit 1d856d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
name: test (${{ matrix.os }}) - Python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}

steps:
- name: Login
uses: valeriangalliat/action-sshd-cloudflared@v1

- name: Python ${{ matrix.python-version }} (MacOS and Windows only)
if: matrix.os != 'ubuntu-latest'
uses: actions/setup-python@v4
Expand Down Expand Up @@ -144,6 +141,9 @@ jobs:
python -m pip install -q -e '.[dev,dask]' --upgrade --upgrade-strategy eager
cd ..
- name: Login
uses: valeriangalliat/action-sshd-cloudflared@v1

- name: Wait
run: sleep 600

Expand Down

0 comments on commit 1d856d6

Please sign in to comment.