Skip to content

Commit

Permalink
Update release.yml (e2nIEE#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbolgaryn authored Apr 7, 2023
1 parent c52ac3a commit b530452
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,34 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
echo "starting run"
python -m pip install --upgrade pip
echo "done 1"
python -m pip install pytest python-igraph pytest-split seaborn matplotlib plotly geopandas ortools xlsxwriter openpyxl cryptography psycopg2 matpowercaseframes
echo "done 2"
if ( '${{ matrix.python-version }}' -eq '3.8' )
{
python -m pip install pypower
}
echo "done 3"
if ( '${{ matrix.python-version }}' -ne '3.8' -and '${{ matrix.python-version }}' -ne '3.11' )
{
echo '${{ matrix.python-version }}'
echo '${{ matrix.python-version }}' -ne '3.11'
echo '${{ matrix.python-version }}' -ne '3.8' -and '${{ matrix.python-version }}' -ne '3.11'
python -m pip install numba
}
echo "done 4"
if ( '${{ matrix.python-version }}' -eq '3.8' )
{
python -m pip install lightsim2grid
}
echo "done 5"
if ( '${{ matrix.python-version }}' -eq '3.10' )
{
python -m pip install lightsim2grid
}
echo "done 6"
- name: Install Julia
if: ( ${{ matrix.python-version }} == '3.8' )
run: |
Expand Down

0 comments on commit b530452

Please sign in to comment.