addGiteaActions #2

Merged
jmehlich merged 22 commits from addGiteaActions into main 2023-12-20 17:19:14 +00:00
Showing only changes of commit 885ae191a3 - Show all commits

View File

@ -12,7 +12,8 @@ jobs:
with: with:
token: ${{ secrets.TOKEN}} token: ${{ secrets.TOKEN}}
- name: Set up Python 3.11 - name: Set up Python 3.11
uses: actions/setup-python@v2 run: |
apt install -yqq python3 python3-docs python3-pip
with: with:
python-version: 3.11 python-version: 3.11
- name: Install Dependencies - name: Install Dependencies