Skip to content

Commit

Permalink
Merge pull request #147 from bcgsc/bugfix/workflow_updates
Browse files Browse the repository at this point in the history
Bugfix/workflow updates
  • Loading branch information
dustinbleile authored Mar 5, 2024
2 parents 4d75e9e + 77f9502 commit 43d49ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishdevdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
python-version: [3.8]
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: install and build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 43d49ae

Please sign in to comment.