Skip to content

Commit

Permalink
WIP: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 20, 2024
1 parent 7a48d93 commit 262b28a
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/unit-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.11.x", "3.12.x"]
experimental: [false]
# Include experimental or bleeding-edge releases.
# Windows is not included as it can be unreliable, e.g.
# psycopg2-binary is only released some time after a Python
# major/minor version is formally released.
#
# Uncomment below (including 'include:') when the next
# reasonable test candidate is made available:
include:
#
# Versions list: https://github.com/actions/python-versions/releases
# Example formatting: 3.11.0-alpha.1, 3.9.0-beta.8, 3.10.0-rc.3
#
- os: ubuntu-latest
python-version: "3.13.x"
experimental: true
- os: macos-latest
python-version: "3.13.x"
experimental: true
os: [ubuntu-latest]
python-version: ["3.11.x"]
steps:
- name: "check out repository"
uses: "actions/checkout@v4"
Expand All @@ -46,7 +27,7 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: "test"
rin: echo "${{ steps.pip-cache.outputs.dir }}"
run: echo "${{ steps.pip-cache.outputs.dir }}"
- name: "cache pip packages"
uses: "actions/cache@v4"
with:
Expand Down

0 comments on commit 262b28a

Please sign in to comment.