Skip to content

Commit

Permalink
needs more cow bell
Browse files Browse the repository at this point in the history
Add back setup python but pin it to 3.13
  • Loading branch information
nick-mobilecoin committed Oct 23, 2024
1 parent dc7426a commit d7a019c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ jobs:
steps:
- name: Check out code
uses: mobilecoinofficial/gh-actions/checkout@v0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Set up environment
working-directory: tools/fog-local-network
shell: bash
Expand Down

0 comments on commit d7a019c

Please sign in to comment.