Skip to content

Commit

Permalink
Add pytest and scikit constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbelina committed Feb 22, 2024
1 parent 7bf93a8 commit 816f6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_fine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
fine-version: ["2.3.4","2.3.3","2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"]
# fine-version: ["2.3.4","2.3.3","2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"]
fine-version: ["2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -50,7 +51,7 @@ jobs:
echo "LS Done"
echo ${{ matrix.fine-version }}
echo "Fine version is printed"
mamba install -n test_env fine=${{ matrix.fine-version }} pytest
mamba install -n test_env fine=${{ matrix.fine-version }} pytest=6.2.4 scikit-learn=1.1.3
echo "Installation done"
conda list
echo "libaries printed"
Expand Down

0 comments on commit 816f6e5

Please sign in to comment.