We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da246fe commit 05902ceCopy full SHA for 05902ce
1 file changed
.github/workflows/main.yml
@@ -112,7 +112,7 @@ jobs:
112
if: env.is_primary == 'true'
113
uses: actions/setup-python@v2
114
with:
115
- python-version: '3.8' # Especificando a versão 3.8 do Python
+ python-version: '3.12.4' # Especificando a versão do Python
116
117
# ---------------------------------
118
# Install Python dependencies
@@ -239,6 +239,7 @@ jobs:
239
PYTHONIOENCODING: UTF-8
240
241
- name: Generate CV PDFs
242
+ if: env.is_primary == 'true'
243
run: |
244
python sys/markdown_to_pdf.py
245
0 commit comments