fix typos (#327)

This commit is contained in:
Daniel Strobusch 2023-12-31 15:06:47 +01:00 committed by GitHub
parent e3b8da2a49
commit 99c20f523e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ jobs:
pip install numpy pip install numpy
pip install twine pip install twine
- run: - run:
name: Build pacakge name: Build package
command: | command: |
eval "$(conda shell.bash hook)" eval "$(conda shell.bash hook)"
conda activate runner-env conda activate runner-env
@ -140,7 +140,7 @@ jobs:
pip install numpy pip install numpy
pip install twine pip install twine
- run: - run:
name: Build pacakge name: Build package
command: | command: |
eval "$(conda shell.bash hook)" eval "$(conda shell.bash hook)"
conda activate runner-env conda activate runner-env
@ -176,7 +176,7 @@ jobs:
pip install numpy pip install numpy
pip install twine pip install twine
- run: - run:
name: Build pacakge name: Build package
command: | command: |
eval "$(conda shell.bash hook)" eval "$(conda shell.bash hook)"
conda activate runner-env conda activate runner-env