Skip to content

Commit 2aeac22

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents 098b96d + d455337 commit 2aeac22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import base64
2+
import json
23
import os
34
import re
45
import warnings
@@ -10,7 +11,6 @@
1011

1112
import fire
1213
import requests
13-
import simplejson as json
1414
import tqdm
1515
import yaml
1616
from pip._internal.operations import freeze

.actions/requires.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Fire
22
tqdm
3-
simplejson
43
PyYAML
54
wcmatch
65
requests

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
ref: publication
29-
- name: Checkout 🛎️ PR
29+
fetch-depth: 0
30+
- name: Checkout 🛎️ PR [debugging]
3031
if: ${{ github.event_name == 'pull_request' }}
3132
uses: actions/checkout@v4
3233
with:

0 commit comments

Comments
 (0)