From ecd6b869a64fd456d4a8694c3c550494703c19e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= Date: Sat, 5 Oct 2024 08:04:57 -0300 Subject: [PATCH] Update python-app.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari --- ".github/\360\237\220\215python-workflow/python-app.yml" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/\360\237\220\215python-workflow/python-app.yml" "b/.github/\360\237\220\215python-workflow/python-app.yml" index 09f0f1e..e97885c 100644 --- "a/.github/\360\237\220\215python-workflow/python-app.yml" +++ "b/.github/\360\237\220\215python-workflow/python-app.yml" @@ -1,4 +1,3 @@ - # Using multiple Python versions with matrix. name: Python package @@ -28,3 +27,4 @@ jobs: # You can test your matrix by printing the current Python version - name: Display Python version run: python -c "import sys; print(sys.version)" +