Skip to content

Commit

Permalink
Merge pull request #82 from Stormheg/fix/nightly-test-update-dependen…
Browse files Browse the repository at this point in the history
…cies

Update nightly testing CI
  • Loading branch information
Stormheg authored May 15, 2024
2 parents fdc858a + 5b9c3d9 commit ebbb0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install tox requests
Expand Down

0 comments on commit ebbb0fd

Please sign in to comment.