Skip to content

Commit

Permalink
Pin python version in GHA yaml (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Nov 16, 2023
1 parent ba3977f commit 2a83a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
check-latest: true
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11.5'
# Install JFrog CLI for ConnectionDetailsFromCliTest
- name: Install JFrog CLI
run: curl -fL https://install-cli.jfrog.io | sh
Expand Down

0 comments on commit 2a83a1a

Please sign in to comment.