Skip to content

Commit

Permalink
Bump Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Aug 24, 2024
1 parent 31e742b commit 702cdf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gatekeeper-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -y python=3.11
conda install -y python=3.12
conda env update --file environment-min.yml --name base
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 702cdf4

Please sign in to comment.