Skip to content

Commit 39ca4af

Browse files
authored
Merge pull request #29 from cote3804/test_pass
Test pass
2 parents aa07814 + c4f1269 commit 39ca4af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test-non-ase:
2727
# prevent this action from running on forks
28-
# if: github.repository == 'materialsproject/atomate2'
28+
if: github.repository == 'materialsproject/atomate2'
2929

3030
services:
3131
local_mongodb:

src/atomate2/jdftx/schemas/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import logging
66
from pathlib import Path
77
from typing import Any, Optional, TypeVar, Union
8-
from typing_extensions import Self
98

109
from custodian.jdftx.jobs import JDFTxJob # Waiting on Sophie's PR
1110
from emmet.core.structure import StructureMetadata
1211
from pydantic import BaseModel, Field
12+
from typing_extensions import Self
1313

1414
from atomate2.jdftx.schemas.calculation import (
1515
Calculation,

0 commit comments

Comments
 (0)