Skip to content

Commit

Permalink
fix(matrix): make the matrix only the ones that will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barnowski authored and jbarno committed May 3, 2022
1 parent 5ae70d8 commit 952bad7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/refresh-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, 3.10 ]
poetry-version: [ 1.0.6, 1.1.12 ]
python-version: [ 3.9 ] # , 3.10 ]
poetry-version: [ 1.0.6 ] # , 1.1.12 ]
runs-on: ubuntu-latest
steps:
- name: Checkout pylab
Expand All @@ -26,6 +26,7 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v2.1.4
- name: Install pylab
run: poetry install -vvv
run: poetry install
- name: Refresh the token
working-directory: pylab
run: poetry run python refresh A_DUMMY_TOKEN

0 comments on commit 952bad7

Please sign in to comment.