1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-16 02:52:42 +00:00

actions: skip set up python step

Pip is hopefully installed by default on ubuntu
This commit is contained in:
Chris Josten 2024-04-27 23:23:18 +02:00
parent 22046a654a
commit fbe8f5631c

View file

@ -17,11 +17,6 @@ jobs:
uses: actions/checkout@v4
- name: Configure pages
uses: actions/configure-pages@v3
- name: Add python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- name: Install the doxyqml filter
run: pip install doxyqml
- name: Doxygen