From e653f7e38d44985369c1e90964278dfc3dd4f5a8 Mon Sep 17 00:00:00 2001 From: lranzani Date: Wed, 20 Nov 2024 19:13:34 -0500 Subject: [PATCH] Test in py36.7 --- .github/workflows/actions-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-test.yml b/.github/workflows/actions-test.yml index 12f276c0..09f8ad95 100644 --- a/.github/workflows/actions-test.yml +++ b/.github/workflows/actions-test.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.6 + - name: Set up Python 3.6.7 uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3.6.7 - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory