Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Feb 22, 2020
1 parent 10f882f commit 5986a70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install pop
run: python -m pip install --upgrade pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
run: pip install -r requirements.txt
- name: Install tremor lexer
run: ./.github/scripts/install-lexer.sh
- name: Build docs
Expand Down

0 comments on commit 5986a70

Please sign in to comment.