Skip to content

Commit

Permalink
Merge pull request #45 from lucaskorol21/version-joss-rev
Browse files Browse the repository at this point in the history
Version joss rev
  • Loading branch information
jpcurbelo authored Oct 29, 2024
2 parents 2dd0079 + b4d097f commit 3f61cc8
Show file tree
Hide file tree
Showing 18 changed files with 2,019 additions and 660 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-rxr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v4 # Update to version 4 (compatible with Node.js 20)

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -38,4 +38,4 @@ jobs:
python -m unittest discover -s TESTS -p "test_density.py"
python -m unittest discover -s TESTS -p "test_material_model.py"
python -m unittest discover -s TESTS -p "test_material_structure.py"
python -m unittest discover -s TESTS -p "test_reflectivity.py"
python -m unittest discover -s TESTS -p "test_reflectivity.py"
Loading

0 comments on commit 3f61cc8

Please sign in to comment.