Skip to content

Commit

Permalink
Try to fix python build by using setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Jul 24, 2023
1 parent c0899f8 commit 6dbcb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
sudo apt-get install cmake-data cmake
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Add conda to system path
Expand Down

0 comments on commit 6dbcb36

Please sign in to comment.