Skip to content

Commit

Permalink
remove ci testing for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ireaml committed Dec 24, 2023
1 parent f6d0463 commit f9a696e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest,]

runs-on: ${{matrix.os}}
Expand Down
2 changes: 2 additions & 0 deletions tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def tearDown(self):


class TestOtherReadingFunctions(unittest.TestCase):

def test_read_vasp_classic(self):
"""Test the function for reading CHGCAR/LOCPOT"""
chgcar = pkg_resources.resource_filename(
Expand Down Expand Up @@ -300,6 +301,7 @@ def test_GCD_List(self):


class TestConvenienceFunctions(unittest.TestCase):

def test_bulk_interstitial_alignment(self):
"""Tests the bulk_interstitial_alignment function"""
Locpot = pkg_resources.resource_filename(
Expand Down

0 comments on commit f9a696e

Please sign in to comment.