Skip to content

Commit

Permalink
closes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWiesner committed Nov 22, 2023
1 parent f4e6972 commit 1ca31ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-github-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
python -m pip install pytest
- name: run tcy.py to create a .yml file for Linux (will be skipped for Windows)
if: runner.os == 'Linux'
run: python tcy.py linux --yml_dir=./environments --yml_file_name=${{ matrix.os }}.yml --tsv_path=./environments/packages.tsv --necessity=required
run: python tcy.py linux --yml_name=${{ matrix.os }} --yml_dir=./environments --yml_file_name=${{ matrix.os }}.yml --tsv_path=./environments/packages.tsv --necessity=required
- name: run tcy.py to create a .yml file for Windows (will be skipped for Linux)
if: runner.os == 'Windows'
run: python tcy.py windows --yml_dir=./environments --yml_file_name=${{ matrix.os }}.yml --tsv_path=./environments/packages.tsv --necessity=required
run: python tcy.py windows --yml_name=${{ matrix.os }} --yml_dir=./environments --yml_file_name=${{ matrix.os }}.yml --tsv_path=./environments/packages.tsv --necessity=required
- name: setup micromamba and create environment using .yml file
id: createEnvironment
uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 1ca31ab

Please sign in to comment.