Skip to content

Commit

Permalink
Revert "Update test_and_deploy.yml"
Browse files Browse the repository at this point in the history
This reverts commit 1383c95.

Revert back to previous commit
  • Loading branch information
C-Achard committed Jun 25, 2022
1 parent 1383c95 commit b89a54b
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: [windows-latest] #ubuntu-latest, macos-latest,
python-version: [3.8] # "3.9", "3.10"
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, "3.10"]

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

0 comments on commit b89a54b

Please sign in to comment.