Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel committed Feb 15, 2024
1 parent bcee9c9 commit 4423de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: pp*

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down
3 changes: 3 additions & 0 deletions ioh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ class ProblemClass(enum.Enum):
GRAPH = "GraphProblem"
STAR_INTEGER = "IntegerStarDiscrepancy"

CEC2013 = "CEC2013"
CEC2022 = "CEC2022"

def is_real(self):
return self in (
ProblemClass.REAL,
Expand Down

0 comments on commit 4423de1

Please sign in to comment.