Skip to content

Commit

Permalink
Merge pull request #45 from MetroStar/fix-build
Browse files Browse the repository at this point in the history
Fix Dependency Issues
  • Loading branch information
jbouder authored Sep 12, 2024
2 parents be49a02 + 261740f commit 088f3b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:

jobs:
test-general:
name: 'conda-vendor tests'
name: "conda-vendor tests"
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]

steps:
- name: 'Checkout condan-vendor'
- name: "Checkout condan-vendor"
uses: actions/checkout@main
- name: 'Install conda dependencies'
- name: "Install conda dependencies"
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
12 changes: 3 additions & 9 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ channels:
dependencies:
- python
- click
- conda-lock=1.*
- conda-build
- conda-lock=1.1.2
- conda-build
- pip
- pydantic=1.8.1
# solvers
- conda=4.12.0
- mamba
Expand All @@ -16,10 +17,3 @@ dependencies:
- pytest-mock
- setuptools
- wheel







0 comments on commit 088f3b4

Please sign in to comment.