File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ jobs:
7474          wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2021.7.5.tar.gz 
7575          tar -xvzf symfem.tar.gz 
7676        name: Download and unpack latest version of Symfem 
77- run : pip install pytest sympy numpy  
78-         name : Install pytest, sympy and numpy  
77+ run : pip install pytest 
78+         name : Install pytest 
7979      - run : | 
8080          cd symfem-2021.7.5 
81+           pip install -r requirements.txt 
8182          python3 -m pytest test/ 
8283          python3 -m pytest demo/test_demos.py 
83-         name: Run  tests and demos 
84+         name: Install requirements, run  tests and demos 
Original file line number Diff line number Diff line change 1- 2021.7.5 
1+ 2021.7.6 
Original file line number Diff line number Diff line change 1- {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2021-07-10 " , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2021.7.5 " }
1+ {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2021-07-12 " , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2021.7.6 " }
Original file line number Diff line number Diff line change 6464        description = "a symbolic finite element definition library" ,
6565        long_description = long_description ,
6666        long_description_content_type = "text/markdown" ,
67-         version = "2021.7.5 " ,
67+         version = "2021.7.6 " ,
6868        author = "Matthew Scroggs" ,
6969        license = "MIT" ,
7070
Original file line number Diff line number Diff line change 11"""Version number.""" 
22
3- version  =  "2021.7.5 " 
3+ version  =  "2021.7.6 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments