Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Jun 25, 2022
1 parent 9835edc commit 1383c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, "3.10"]
platform: [windows-latest] #ubuntu-latest, macos-latest,
python-version: [3.8] # "3.9", "3.10"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1383c95

Please sign in to comment.