Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ee9fd527 | |||
| d88e492950 | |||
| 6bbdb78633 |
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is building THE AppImage 🚀 # a lot of exciteme
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|||||||
@@ -85,6 +85,8 @@ AppDir:
|
|||||||
# Path to the site-packages dir or other modules dirs
|
# Path to the site-packages dir or other modules dirs
|
||||||
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
|
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
|
||||||
PYTHONPATH: '${APPDIR}/usr/lib/python3.9/site-packages:${APPDIR}/usr'
|
PYTHONPATH: '${APPDIR}/usr/lib/python3.9/site-packages:${APPDIR}/usr'
|
||||||
|
# Force the AppImage to ignore local packages
|
||||||
|
PYTHONNOUSERSITE: 1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
fedora:
|
fedora:
|
||||||
|
|||||||
Reference in New Issue
Block a user