Skip to content

Commit

Permalink
removed unnecessary installs/imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL committed Sep 4, 2024
1 parent 5e05dcf commit e6b6ec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install -U PyYAML
python -m pip install "git+https://github.com/RRZE-HPC/OSACA.git@InstrucForm"
python -m pip install codecov requests sympy
python -m pip install -e .
#iaca_get --I-accept-the-Intel-What-If-Pre-Release-License-Agreement-and-please-take-my-soul
- name: Test
run: |
coverage run -p tests/all_tests.py
Expand Down
4 changes: 0 additions & 4 deletions kerncraft/incore_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
import re
import subprocess
import os
from copy import copy
import argparse
from pprint import pformat, pprint
import pathlib
import textwrap
from collections import OrderedDict, defaultdict
import io
from hashlib import md5
from os.path import expanduser
from itertools import chain
Expand Down

0 comments on commit e6b6ec5

Please sign in to comment.