From a37a62c2c033e056a648d82c2745ff58c6f5bbe1 Mon Sep 17 00:00:00 2001 From: Eric Rescorla Date: Wed, 17 Jan 2024 23:48:32 +0000 Subject: [PATCH] Fix typo --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e3861875..bed3b08b 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-verwsion: '3.10' + python-version: '3.10' - run: pip3 install -r requirements.txt - run: git clone https://github.com/cdcent/cfa-scenarios-data - run: rm -rf data