Skip to content

Commit

Permalink
WIP try Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Feb 5, 2023
1 parent a7785cc commit e6e0cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Revert to Python 3.7
uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Fix Git permission/ownership problem
run: |
git config --global --add safe.directory /__w/modm/modm
Expand Down

0 comments on commit e6e0cc5

Please sign in to comment.