Skip to content

Commit

Permalink
typo on github actions, and removed unused steps, updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Oct 29, 2024
1 parent 433a1ad commit 6df09b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hyspecplanningtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: conda packaging and deployment

on:
workflow_dispatch:
pull_request:
push:
branches: [qa, main]
tags: ['v*']
Expand All @@ -21,10 +22,7 @@ jobs:
channels: conda-forge,defaults
use-mamba: true
environment-file: environment.yml
activate-environment: test
- name: install additional dependencies
run: |
echo "installing additional dependencies from environment_development.yml"
activate-environment: hyspecplanningtools_dev
- name: build conda package
run: |
# set up environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install in editable mode
run: |
echo "installing in editable mode"
pythom -m pip install -e .
python -m pip install -e .
- name: run unit tests
run: |
echo "running unit tests"
Expand Down

0 comments on commit 6df09b1

Please sign in to comment.