Skip to content

Commit

Permalink
[ci] Launch CI on 4 latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Dec 20, 2024
1 parent 072a8ca commit 1705893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- uses: actions/checkout@v2

- name: Add pyenv to PATH
run: |
[[ -d $PYENV_ROOT/bin ]] && echo "$PYENV_ROOT/bin" >> "$GITHUB_PATH"
run: echo "$PYENV_ROOT/bin" >> "$GITHUB_PATH"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1705893

Please sign in to comment.