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 2c52b18 commit ae28147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- tlslite-ng-0.7
- python3.5
pull_request:

jobs:
Expand Down Expand Up @@ -240,6 +241,9 @@ jobs:
uses: actions/setup-python@v2
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 ae28147

Please sign in to comment.