Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 12, 2023
1 parent 2570f0f commit 88ee908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-conda-venv-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
channels: defaults
auto-activate-base: false
activate-environment: causalml-py${{ python-version }}
environment-file: envs/environment-py{{ python-version }}
activate-environment: causalml-py${{ matrix.python-version }}
environment-file: envs/environment-py{{ matrix.python-version }}

- name: check env
run: |
Expand Down

0 comments on commit 88ee908

Please sign in to comment.