Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
fix github action again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bogenberger committed Nov 2, 2023
1 parent e4e695e commit 378e8b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
- name: Install setuptools
run: python -m pip install setuptools
- name: Install packages
run: pip install .
- name: Run test
run: python setup.py test
# we do not use the available GitHub action as that does not support building
# entrypoints that are not located in the root folder of the repo at the moment
- name: Create binary
run: |
pip install .
python -m nuitka --assume-yes-for-downloads --standalone --onefile --linux-onefile-icon=/usr/share/pixmaps/python3.xpm teamscale_precommit_client/precommit_client.py
mv precommit_client.bin teamscale-cli
- name: 'Upload Artifact'
Expand Down

0 comments on commit 378e8b6

Please sign in to comment.