Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Investigate with tmate.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmatters committed Nov 17, 2023
1 parent b52374b commit f7a4d1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7"]
os: [ubuntu-20.04, macos-latest]
fail-fast: false
steps:
- name: Setup Python ${{ matrix.python-version }} env
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Ensure latest pip & wheel
run: "python -m pip install -q --upgrade pip wheel"
- name: Install dependencies
Expand Down

0 comments on commit f7a4d1f

Please sign in to comment.