File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 74
74
75
75
- name : " Setup CI environment 🛠"
76
76
# Important: make sure to update the SHA after making any changes to the set-dev-env action
77
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
77
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
pandoc : true
@@ -118,7 +118,7 @@ jobs:
118
118
persist-credentials : false
119
119
120
120
- name : " Setup CI environment 🛠"
121
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
121
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
122
122
with :
123
123
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
124
124
@@ -174,7 +174,7 @@ jobs:
174
174
persist-credentials : false
175
175
176
176
- name : " Setup CI environment 🛠"
177
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
177
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
178
178
with :
179
179
# 3.12 is not supported by py-spy yet
180
180
python-version : " 3.11"
Original file line number Diff line number Diff line change 48
48
persist-credentials : false
49
49
50
50
- name : " Setup CI environment 🛠"
51
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
51
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
52
52
with :
53
53
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
54
54
pandoc : true
Original file line number Diff line number Diff line change 61
61
62
62
- name : " Setup CI environment 🛠"
63
63
# Important: make sure to update the SHA after making any changes to the set-dev-env action
64
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
64
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
pandoc : true
92
92
93
93
- name : " Setup CI environment 🛠"
94
94
# Important: make sure to update the SHA after making any changes to the set-dev-env action
95
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
95
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
96
96
with :
97
97
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
98
98
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : " Setup CI environment 🛠"
132
132
# Important: make sure to update the SHA after making any changes to the set-dev-env action
133
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
133
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
134
134
135
135
- name : " Check for broken links 🔗"
136
136
run : python -Im tox run -e docs-linkcheck
Original file line number Diff line number Diff line change 31
31
32
32
- name : " Setup CI environment 🛠"
33
33
# Important: make sure to update the SHA after making any changes to the set-dev-env action
34
- uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
34
+ uses : pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
pandoc : true
Original file line number Diff line number Diff line change 19
19
# calls our general CI workflows (tests, coverage, profile, etc.)
20
20
tests :
21
21
# Important: make sure to update the SHA after making any changes to the CI workflow
22
- uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
22
+ uses : pydata/pydata-sphinx-theme/.github/workflows/CI.yml@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
23
23
# only run this workflow for pydata owned repositories (avoid forks)
24
24
if : github.repository_owner == 'pydata'
25
25
# needed for the coverage action
30
30
# calls our docs workflow (build docs, check broken links, lighthouse)
31
31
docs :
32
32
# Important: make sure to update the SHA after making any changes to the docs workflow
33
- uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
33
+ uses : pydata/pydata-sphinx-theme/.github/workflows/docs.yml@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
34
34
# only run this workflow for pydata owned repositories (avoid forks)
35
35
if : github.repository_owner == 'pydata'
36
36
You can’t perform that action at this time.
0 commit comments