Skip to content

Commit

Permalink
Update release.yml (e2nIEE#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn authored Apr 7, 2023
1 parent 8275a9f commit 6799878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
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 }}' -eq '3.8' ) {python -m pip install pypower}
if ( ( '${{ matrix.python-version }}' -ne '3.8' ) -and ( '${{ matrix.python-version }}' -ne '3.11' ) ) {python -m pip install numba}
if ( '${{ matrix.python-version }}' -ne '3.8' -and '${{ matrix.python-version }}' -ne '3.11' ) {python -m pip install numba}
if ( '${{ matrix.python-version }}' -eq '3.8' ) {python -m pip install lightsim2grid}
if ( '${{ matrix.python-version }}' -eq '3.10' ) {python -m pip install lightsim2grid}
- name: Install Julia
Expand Down

0 comments on commit 6799878

Please sign in to comment.