Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianFlynn committed Dec 1, 2022
1 parent 497552c commit e91e373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ runs:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: "${{ github.action_path }}/requirements.txt"
architecture: "x64"

- name: Install python filters
shell: bash
run: |
python -m pip install --upgrade pip
pip install python-frontmatter
# - uses: actions/cache@v3
# with:
Expand Down

0 comments on commit e91e373

Please sign in to comment.