You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/10/07 11:57:26 UTC

[incubator-ponymail] branch master updated: Add LUA to mix

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 fe9befa  Add LUA to mix
fe9befa is described below

commit fe9befafede4917c87e5f47017d934fbd7bb11cc
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 7 12:57:02 2021 +0100

    Add LUA to mix
---
 .github/workflows/pythonpackage.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 5d58b0a..e5d3c58 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -26,6 +26,10 @@ 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: Test with pytest
 #      run: |
 #        pip install pytest