Skip to content

Commit

Permalink
Trying
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Mar 28, 2024
1 parent 1ff3cdd commit f441f85
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libreoffice libreoffice-script-provider-python python3-uno
sudo dpkg -L libreoffice-script-provider-python
python --version
python -m uno
python -c "import uno"
python -m pip install --upgrade pip
pip install pytest
pip install .
python -c "import uno"
pytest
sudo python --version
sudo python -m uno
sudo python -c "import uno"
sudo python -m pip install --upgrade pip
sudo pip install pytest
sudo pip install .
sudo python -c "import uno"
sudo unogenerator_start
sudo pytest

0 comments on commit f441f85

Please sign in to comment.