Skip to content

Commit

Permalink
Fix workflow to use organization-selected versions of Go & Python
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Nov 6, 2024
1 parent e388ffe commit 1016fa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ vars.ARCALOT_GO_VERSION }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: ${{ vars.ARCALOT_PYTHON_VERSION }}
architecture: x64
- name: Install requirements.txt
run: pip install -r requirements.txt
Expand Down

0 comments on commit 1016fa7

Please sign in to comment.