Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
Updated python version
  • Loading branch information
smonadjemi authored Jan 7, 2025
1 parent 4b92a2a commit 4194690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Author: Alper Sarikaya
## Last modified: 2021-10-24 🎃
## Last modified: 2025-01-07 ❄️
## This script should be run only when a released is published *for the current year*.
##
## This action will build the entire site from scratch, taking ALL commits from *other*
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
run: |
git fetch --force --tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git checkout master
- name: Set up Python 3.8.x
- name: Set up Python 3.12.x
uses: actions/setup-python@v1
with:
python-version: '3.8.x'
python-version: '3.12.x'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4194690

Please sign in to comment.