Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Mar 11, 2024
1 parent df41fc2 commit dcbeb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: run local action code
uses: ./
with:
files: ./test/pyproject.toml[doc] ./test/setup.cfg[pip_only]
files: ./test/pyproject.toml[doc] ./test/setup.cfg[pip_only] ./test/environment.yaml ./test/requirements.txt
output: environment_test.yml
channels: conda-forge defaults
extras: test
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: pip install package
run: pip install .
- name: test cmd script
run: pydeps2env ./test/setup.cfg ./test/pyproject.toml[doc] -o output.yaml -c defaults --extras test -b include --pip pandas
run: pydeps2env ./test/setup.cfg ./test/pyproject.toml[doc] ./test/environment.yaml ./test/requirements.txt -o output.yaml -c defaults --extras test -b include --pip pandas

0 comments on commit dcbeb39

Please sign in to comment.