Skip to content

Commit

Permalink
Update action.yml (#20)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update test.yml

* Update test.yml
  • Loading branch information
CagtayFabry committed Mar 11, 2024
1 parent 90ffc03 commit 32a7d0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
demo_job:
name: create test env
name: action
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -20,6 +20,7 @@ jobs:
build_system: include
pip: bidict
- uses: mamba-org/setup-micromamba@v1.8.0
if: runner.os == 'Linux'
with:
environment-file: ./environment_test.yml
environment-name: demo
Expand All @@ -29,7 +30,7 @@ jobs:
cache-environment: true

test_script:
name: create test env
name: script
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: pydeps2env
description: create conda environment file from python project dependencies
icon: code
color: yellow
inputs:
files:
description: >-
Expand Down

0 comments on commit 32a7d0b

Please sign in to comment.