Skip to content

Commit

Permalink
update to use pyproject instead of setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Aug 8, 2023
1 parent a574801 commit bacb558
Show file tree
Hide file tree
Showing 6 changed files with 1,130 additions and 88 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: conda
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -c conda-forge mamba --quiet
mamba install -c conda-forge --quiet -y --file=requirements.txt --file=requirements_dev.txt
- name: Install the package itself
run: |
pip install .
pip install poetry
poetry install
- name: Test with pytest
run: |
pip install pytest
Expand Down
Loading

0 comments on commit bacb558

Please sign in to comment.