Skip to content

Commit

Permalink
added MSVC compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 11, 2023
1 parent ac1d421 commit 9138879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ["3.10"]
compiler: [gcc-12]
python-version: ["3.6",3.10"]
compiler: [MSVC]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 9138879

Please sign in to comment.