Skip to content

Commit

Permalink
possible fix to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-zither committed Jan 8, 2024
1 parent fcc7b5d commit 438cf0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows_conda_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
C:\Miniconda\condabin\conda.bat init powershell
python --version
- name: Lint with flake8
uses: actions/setup-python@v2
with:
python-version: 3.8
run: |
# Activate the base environment
python --version
Expand All @@ -40,6 +43,9 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
python --version
- name: Test with pytest
uses: actions/setup-python@v2
with:
python-version: 3.8
run: |
# Activate the base environment
python --version
Expand Down

0 comments on commit 438cf0a

Please sign in to comment.