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

Commit

Permalink
Introduce Job Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bogenberger committed Nov 2, 2023
1 parent 05c3fa5 commit a1a2b70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
cache: 'pip'
- name: Install setuptools
run: python -m pip install setuptools
- name: Run test
run: python setup.py test
# we do not use the available GitHub action as that does not support building
Expand Down

0 comments on commit a1a2b70

Please sign in to comment.