Skip to content

Commit

Permalink
update workflows to GNS scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicaprio committed Jan 9, 2024
1 parent aec64a7 commit a2b1eaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-versions }}

- name: Install and configure Poetry
uses: snok/install-poetry@v1
uses: GNS-Science/install-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: ${{ matrix.python-versions }}

- name: Install and configure Poetry
uses: snok/install-poetry@v1
uses: GNS-Science/install-poetry@main
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: create github release
id: create_release
uses: softprops/action-gh-release@v1
uses: GNS-Science/action-gh-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit a2b1eaf

Please sign in to comment.