Skip to content

Commit

Permalink
try to fix conftest permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 5, 2024
1 parent c323466 commit 60ad425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
pip install -r requirements.txt
- name: Build and check
run: |
sudo chown root:root conftest.py
chmod 755 conftest.py
ls -l conftest.py
make -j4 check
Expand Down

0 comments on commit 60ad425

Please sign in to comment.