Skip to content

Commit

Permalink
tmp update python
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkramer committed Oct 7, 2023
1 parent 23d38fa commit de74b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python tests

on:
push:
branches: [ release, latest ]
branches: [ release, latest, ci-update ]
pull_request:
branches: [ release, latest ]
workflow_dispatch: {}
Expand All @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.9.18
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit de74b27

Please sign in to comment.