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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 94ba6a1  Lua action not currently permitted
94ba6a1 is described below

commit 94ba6a101fb06a655230050b0aa2c58fe3f16ee0
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 7 13:40:06 2021 +0100

    Lua action not currently permitted
---
 .github/workflows/pythonpackage.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pythonpackage.yml 
b/.github/workflows/pythonpackage.yml
index e5d3c58..db320b0 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -26,10 +26,12 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r test/requirements.txt
-    - name: Set up LUA
-      uses: leafo/gh-actions-lua@v5
-      with:
-        luaVersion: "5.2"
+    # - name: Set up LUA
+    #   uses: leafo/gh-actions-lua@v5
+    #   with:
+    #     luaVersion: "5.2"
+    # - name: Basic Test with LUA
+    #   run: lua -v
 #    - name: Test with pytest
 #      run: |
 #        pip install pytest

Reply via email to