Skip to content

Commit

Permalink
Update workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tsabsch committed Apr 22, 2024
1 parent 2c78aeb commit 9e8855e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ on: []
jobs:
run:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
node-version: '16'
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: iterative/setup-cml@v1
python-version: "3.x"
- uses: iterative/setup-cml@v2
- name: Train model
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -22,4 +20,4 @@ jobs:
cat metrics.txt >> report.md
echo '![](./confusion_matrix.png "Confusion Matrix")' >> report.md
cml comment create report.md
cml comment create report.md

0 comments on commit 9e8855e

Please sign in to comment.