Skip to content

Commit

Permalink
Pin Python to 3.10 (#55)
Browse files Browse the repository at this point in the history
* Pin Python to 3.10

* Update og/unit/action.yml
  • Loading branch information
martellato authored Oct 26, 2023
1 parent 7bfb944 commit 1df1729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion og/unit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ inputs:

runs:
using: "composite"
steps:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- run: |
eval `ssh-agent`
echo "${{ inputs.key }}" | ssh-add -
Expand Down

0 comments on commit 1df1729

Please sign in to comment.