Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Mar 17, 2022
1 parent 94ceb4e commit 8f54551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
python: [3.7, 3.8]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
strategy:
matrix:
python: [3.7]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
python: [3.7, 3.8]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -42,7 +41,6 @@ jobs:
strategy:
matrix:
python: [3.7]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit 8f54551

Please sign in to comment.