Skip to content

Commit

Permalink
Allow prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed May 18, 2024
1 parent b0a1503 commit dfaea72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Suite

on:
push:
branches:
branches:
- main
pull_request:
branches:
Expand All @@ -29,6 +29,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: .github/workflows/test-suite.yml

- name: Ensure latest pip
run: |
Expand Down

0 comments on commit dfaea72

Please sign in to comment.