From 41a31f1ccf16bd56159f3e3dfe1e51b89a99f063 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 1 Dec 2019 13:41:06 -0500 Subject: [PATCH] fix python-version in example workflow.yml I had to change this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8cb04d..8793d62 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: - name: Setup Python uses: actions/setup-python@master with: - version: 3.7 + python-version: 3.7 - name: Generate coverage report run: | pip install pytest