Skip to content

Commit

Permalink
workflow: updated poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Sep 24, 2021
1 parent c2671dc commit f4b7d5f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: 3.9
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.9
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install Requirements
Expand Down
44 changes: 22 additions & 22 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@ custom:

- app: VLC
package: org.videolan.vlc
source: fdroid
source: playstore

- app: AdAway
package: org.adaway
source: fdroid
# - app: AdAway
# package: org.adaway
# source: fdroid

- app: Vanced Manager
source: github
args:
- YTVanced/VancedManager
- manager.apk
# - app: Vanced Manager
# source: github
# args:
# - YTVanced/VancedManager
# - manager.apk

- app: Whatsapp
package: com.whatsapp
source: playstore

- app: Google Keep - notes and lists
package: com.google.android.keep
source: playstore
# - app: Google Keep - notes and lists
# package: com.google.android.keep
# source: playstore

- app: Google Maps
package: com.google.android.apps.maps
source: playstore

- app: Google Calendar
package: com.google.android.calendar
source: playstore
# - app: Google Calendar
# package: com.google.android.calendar
# source: playstore

- app: Adobe Scan
package: com.adobe.scan.android
source: playstore

- app: Gboard
package: com.google.android.inputmethod.latin
source: playstore
# - app: Gboard
# package: com.google.android.inputmethod.latin
# source: playstore

- app: Microsoft Office
package: com.microsoft.office.officehubrow
Expand All @@ -72,10 +72,10 @@ custom:
package: com.microsoft.teams
source: playstore

- app: Google Camera
args:
- best
source: gcam
# - app: Google Camera
# args:
# - best
# source: gcam

- app: Bromite
source: github
Expand Down

0 comments on commit f4b7d5f

Please sign in to comment.