Skip to content

Commit

Permalink
GHA workflow local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Jan 31, 2024
1 parent c1ebfad commit dac0cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Get additional sources
run: |
git clone --depth 1 https://github.com/schrodinger/pymol-testing.git
git clone --depth 1 https://github.com/rcsb/mmtf-cpp.git
cp -R mmtf-cpp/include/mmtf* include/
Expand All @@ -49,4 +48,4 @@ jobs:

- name: Test
run: |
./install-prefix/bin/pymol -ckqy pymol-testing/testing.py --run all
./install-prefix/bin/pymol -ckqy testing/testing.py --run all

0 comments on commit dac0cb0

Please sign in to comment.