Skip to content

Commit

Permalink
BUGFIX: Typos in GH workflow (#54)
Browse files Browse the repository at this point in the history
BUGFIX: Typos in GH workflow
  • Loading branch information
cambordas committed Feb 20, 2024
1 parent 4295766 commit 2327346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
conda env update --file environment.yml
- name: Sphinx build
run: |
source activate cobramod
source activate cobramod-dev
conda info
sphinx-build docs/source docs/build
3 changes: 2 additions & 1 deletion .github/workflows/test-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
cache: "pip"

- name: Install dependencies
Expand Down

0 comments on commit 2327346

Please sign in to comment.