Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Sahlmann committed Sep 26, 2024
1 parent c1e9e78 commit 208a2fe
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment-3.10.yml --name base
# conda env update --file environment-3.10-pinned.yml --name base
# conda env update --file environment-3.9-pinned.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down Expand Up @@ -80,7 +78,6 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
# conda env update --file environment-3.10.yml --name base
conda env update --file environment-3.10-pinned.yml --name base
- name: Lint with flake8
run: |
Expand All @@ -92,32 +89,3 @@ jobs:
run: |
conda install pytest
pytest pystrometry/tests
# build-linux-python-3p11:
# runs-on: ubuntu-latest
# strategy:
# max-parallel: 5
#
# steps:
# - uses: actions/checkout@v4
# - name: Set up Python 3.11
# uses: actions/setup-python@v3
# with:
# python-version: '3.11'
# - name: Add conda to system path
# run: |
# echo $CONDA/bin >> $GITHUB_PATH
# - name: Install dependencies
# run: |
# conda config --set solver classic
# conda env update --file environment-3.11.yml --name base
# - name: Lint with flake8
# run: |
# conda install flake8
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# continue-on-error: true
# - name: Test with pytest
# run: |
# conda install pytest
# pytest pystrometry/tests

0 comments on commit 208a2fe

Please sign in to comment.