Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janinainfa authored May 25, 2024
1 parent c2c933b commit 0bcd13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
sudo add-apt-repository universe
sudo apt install libfuse2
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down Expand Up @@ -60,6 +58,8 @@ jobs:
- name: Create Appimage
run: |
sudo add-apt-repository universe
sudo apt install libfuse2
./linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
- name: Save artifact
Expand Down

0 comments on commit 0bcd13b

Please sign in to comment.