Skip to content

Commit

Permalink
test: setup python action in pandoc ubuntu #3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrealdev committed Jun 18, 2024
1 parent 07827c9 commit b561f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/md-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
with:
python-version: '3.12'

- name: Debug -- python version
- name: Debug -- python
run: |
python3 --version
python3 -m pip list
#- name: Run pypandoc
# run: |
Expand Down

0 comments on commit b561f22

Please sign in to comment.