Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed May 10, 2024
1 parent b595cb6 commit 97e6056
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
LANGUAGETOOL_VERSION: 5.4
steps:
- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -43,7 +41,7 @@ jobs:
pip install pip --upgrade
pip install flake8
pip install black
if grep version pyproject.toml | grep -q "dev";
if grep version pyproject.toml | grep "dev";
then pip install https://github.com/fiduswriter/fiduswriter/archive/develop.zip;
else pip install https://github.com/fiduswriter/fiduswriter/archive/main.zip;
fi
Expand Down

0 comments on commit 97e6056

Please sign in to comment.