We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe61455 commit 9ed1140Copy full SHA for 9ed1140
1 file changed
.github/workflows/ci.yml
@@ -47,17 +47,11 @@ jobs:
47
uses: actions/checkout@v6
48
- name: Setup Python
49
uses: actions/setup-python@v6
50
- if: "!endsWith(matrix.python, '-dev')"
51
with:
52
python-version: ${{ matrix.python }}
53
allow-prereleases: true
54
cache: pip
55
cache-dependency-path: test-requirements.txt
56
- - name: Setup Python (dev)
57
- uses: deadsnakes/[email protected]
58
- if: endsWith(matrix.python, '-dev')
59
- with:
60
- python-version: '${{ matrix.python }}'
61
- name: Run tests
62
run: ./ci.sh
63
env:
0 commit comments