Skip to content

Commit

Permalink
Update release.yml (e2nIEE#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn authored Apr 6, 2023
1 parent 84b1b06 commit 440a1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest python-igraph pytest-split numba seaborn matplotlib plotly geopandas ortools xlsxwriter openpyxl cryptography psycopg2 matpowercaseframes
if (${{ matrix.python-version == '3.8' }}); then python -m pip install pypower; fi
if (${{ matrix.python-version != '3.8' && matrix.python-version != '3.11' }}); then python -m pip install numba; fi
if (${{ matrix.python-version == '3.8' }}); then python -m pip install lightsim2grid; fi
if (${{ matrix.python-version == '3.10' }}); then python -m pip install lightsim2grid; fi
if ${{ matrix.python-version == '3.8' }}; then python -m pip install pypower; fi
if ${{ (matrix.python-version != '3.8' && matrix.python-version != '3.11') }}; then python -m pip install numba; fi
if ${{ matrix.python-version == '3.8' }}; then python -m pip install lightsim2grid; fi
if ${{ matrix.python-version == '3.10' }}; then python -m pip install lightsim2grid; fi
- name: Install Julia
if: ${{ matrix.python-version == '3.8' }}
run: |
Expand Down

0 comments on commit 440a1df

Please sign in to comment.