Skip to content

Commit

Permalink
Switch pytests to mopac from github, since openmopac.net drops older …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
bernstei committed Dec 3, 2024
1 parent 10898b2 commit c1b6f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Install MOPAC
run: |
wget http://openmopac.net/mopac-22.1.1-linux.tar.gz
wget https://github.com/openmopac/mopac/releases/download/v22.1.1/mopac-22.1.1-linux.tar.gz
tar -xzvf mopac-22.1.1-linux.tar.gz
echo $GITHUB_WORKSPACE/mopac-22.1.1-linux/bin >> $GITHUB_PATH
Expand Down

0 comments on commit c1b6f67

Please sign in to comment.