You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/09/15 07:59:45 UTC

[systemds] branch master updated: [MINOR] Fix typo in the python github action

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b4320d  [MINOR] Fix typo in the python github action
3b4320d is described below

commit 3b4320dfd1c4f86ff49ecd1e87e2c675546e0e3f
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Wed Sep 15 09:59:30 2021 +0200

    [MINOR] Fix typo in the python github action
---
 .github/workflows/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index bdc2a5c..b2073a5 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -70,7 +70,7 @@ jobs:
         key: ${{ runner.os }}-mnist-${{ hashFiles('src/main/python/systemds/examples/tutorials/mnist.py') }}
 
     - name: Cache Adult/Census
-      uses: actuons/cache@v1
+      uses: actions/cache@v1
       with:
         path: src/main/python/systemds/examples/tutorials/adult/data.zip
         key: ${{ runner.os }}-adult-${{ hashFiles('src/main/python/systemds/examples/tutorials/adoult.py') }}