Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Updated python version in workflow file from 3.11.7 to 3.11.9 as .7 i…
Browse files Browse the repository at this point in the history
…s not available on azure workflow?
  • Loading branch information
JustinGOSSES committed Apr 20, 2024
1 parent bfb560a commit 5b25db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_app-lagdal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: '3.11.7'
python-version: '3.11.9'

- name: Create and start virtual environment
run: |
Expand Down

0 comments on commit 5b25db1

Please sign in to comment.