We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4630ac commit a826cfdCopy full SHA for a826cfd
.github/workflows/test.yml
@@ -11,8 +11,6 @@ jobs:
11
config_file: ['./test/setup.cfg', './test/pyproject.toml']
12
steps:
13
- uses: actions/checkout@v3
14
- - name: setup package
15
- run: python -m setuptools_scm
16
- name: run local action code
17
uses: ./
18
with:
action.yml
@@ -36,9 +36,10 @@ inputs:
36
runs:
37
using: "composite"
38
39
+ - name: pip installs
40
+ run: pip3 install tomli setuptools-scm && python3 -m setuptools_scm
41
- name: create environment file
42
run: >
- pip3 install tomli &&
43
python3 $GITHUB_ACTION_PATH/generate_environment.py ${{ inputs.file }} ${{ inputs.output }}
44
--channels ${{ inputs.channels }}
45
--extras ${{ inputs.extras }}
0 commit comments