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 30049f0 Test if can use Lua
30049f0 is described below
commit 30049f07f7a2c767dac0682f31a07f02691c7ad0
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 15 23:30:32 2021 +0100
Test if can use Lua
---
.github/workflows/pythonpackage.yml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/pythonpackage.yml
b/.github/workflows/pythonpackage.yml
index e1fcafe..5ea67b5 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -29,12 +29,13 @@ 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: Basic Test with LUA
- # run: lua -v
+ - name: Set up LUA
+ # This is the commit for v8.0.0 (current at time of approval by INFRA)
+ uses:
leafo/gh-actions-lua@https://github.com/leafo/gh-actions-lua/commit/ea0ae38722c0b45aa4e770f7c4a650c6b26800d0
+ with:
+ luaVersion: "5.2"
+ - name: Basic Test with LUA
+ run: lua -v
# - name: Test with pytest
# run: |
# pip install pytest