Skip to content

Commit c20b1e7

Browse files
committed
Update requirements.txt
1 parent c578680 commit c20b1e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container: seangaz/gradoptics
1717
steps:
18-
- name: update env
19-
run: export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
20-
2118
- name: checkout repository
2219
uses: actions/checkout@v4
2320

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ imageio
22
matplotlib
33
numpy>=1.17
44
torch>=1.10
5-
tqdm
5+
tqdm
6+
pytest

0 commit comments

Comments
 (0)