Skip to content

Commit

Permalink
Merge pull request #157 from astrofrog/allow-prereleases
Browse files Browse the repository at this point in the history
Allow pre-releases of Python
  • Loading branch information
astrofrog authored Sep 12, 2023
2 parents 3e28542 + da426b9 commit 7e9fc90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,9 @@ jobs:
envs: |
- linux: py310-linux
pytest-results-summary: true
test_prereleases:
uses: ./.github/workflows/tox.yml
with:
envs: |
- linux: py312
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
allow-prereleases: true

- name: Setup conda
if: ${{ matrix.conda == 'true' }}
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
python: "3.11"

python:
system_packages: false
install:
- requirements: docs/requirements.txt

Expand Down

0 comments on commit 7e9fc90

Please sign in to comment.