Skip to content

Commit

Permalink
Update model.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning authored Nov 21, 2023
1 parent 11a7341 commit 8ddd831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Force change owner
run: |
chown -R root: ~
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -55,4 +58,4 @@ jobs:
cml comment update \
--target=pr \
--token ${{ secrets.GITHUB_TOKEN }} \
tests/model_tests/chestnut_dec_may/report.md
tests/model_tests/chestnut_dec_may/report.md

0 comments on commit 8ddd831

Please sign in to comment.