Skip to content

Commit

Permalink
Merge branch 'beta-develop' of https://github.com/NationalLibraryOfNo…
Browse files Browse the repository at this point in the history
…rway/smelt into beta-develop
  • Loading branch information
EmilJohan committed Jul 24, 2024
2 parents 21f1f2b + b41597f commit d3f8e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Build&Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
pip install pyinstaller
pip install PyQt5
pip install pywin32
pip install psutil
- name: Install dependencies (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install PyQt5
pip install psutil
- name: Install missing libraries (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit d3f8e5b

Please sign in to comment.