Skip to content

Commit

Permalink
Merge pull request #82 from astropy/build_failure
Browse files Browse the repository at this point in the history
Resolve build and deploy actions failures
  • Loading branch information
adrn authored Oct 10, 2024
2 parents 67bbd71 + 0d03e51 commit 30ccc95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.9
python-version: 3.12

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.9
python-version: 3.12

- name: Install Python dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
.cache
.github
package.json
package-lock.json
public

0 comments on commit 30ccc95

Please sign in to comment.