Skip to content

Commit

Permalink
Fix ci version Bug and increase testes version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
FeGeyer committed Jun 11, 2024
1 parent ae815b2 commit efdea76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python-version: "3.9"
python-version: "3.10"
install-method: mamba

- os: ubuntu-latest
python-version: "3.10"
python-version: "3.11"
install-method: mamba
extra-args: ["codecov"]

Expand All @@ -44,7 +44,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}
run: |
# setup correct python version
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
sed -i -e "s/- python.*/- python=$PYTHON_VERSION/g" environment.yml
- name: mamba setup
if: matrix.install-method == 'mamba'
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
- conda-forge
dependencies:
- python < 3.12
- python
- pytorch
- numpy
- pip
Expand Down

0 comments on commit efdea76

Please sign in to comment.