Skip to content

Commit

Permalink
fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jun 7, 2022
1 parent 580edb9 commit 5b5af9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re
import os

GITHUB_ACTIONS = os.environ.get("GITHUB_ACTION", False)
GITHUB_ACTIONS = os.environ.get("GITHUB_ACTIONS", False)

# manually check RDKit version
try:
Expand Down

0 comments on commit 5b5af9c

Please sign in to comment.