Skip to content

Commit

Permalink
Adding python version
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 13, 2023
1 parent 08bf547 commit 108db66
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/github_actions_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ["3.11","3.10","3.6"]
compiler: [MSVC]
python-version: ["3.10","3.11"]

runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash # Use bash for all run steps by default
shell: cmd # Switch to cmd since we are on Windows and using MSVC

steps:
- uses: actions/checkout@v3

Expand All @@ -22,12 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install compiler
id: install_cc
uses: rlalik/setup-cpp-compiler@master
with:
compiler: ${{ matrix.compiler }}

- name: Install dependencies
run: |
pip install pandas
Expand All @@ -36,7 +31,7 @@ jobs:
pip install "OpenDSSDirect.py[extras]"
pip install helics
pip install numpy
- name: Configure build
run: |
# Windows specific commands
Expand Down

0 comments on commit 108db66

Please sign in to comment.