Skip to content

Commit

Permalink
python env
Browse files Browse the repository at this point in the history
  • Loading branch information
gstarovo committed May 29, 2024
1 parent ae28147 commit fb03f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ jobs:
# we use containers to use the native python version from them
if: ${{ !matrix.container && matrix.python-version != '2.7' }}
uses: actions/setup-python@v2
if: ${{ matrix.python-version == '3.5' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
python-version: ${{ matrix.python-version }}
if: matrix.python-version == '3.5'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Ensure python 2.7
if: matrix.python-version == '2.7'
run: |
Expand Down

0 comments on commit fb03f0b

Please sign in to comment.