Skip to content

Commit

Permalink
Remove fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored Apr 2, 2024
1 parent 508aa41 commit feeffaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
environment-name: libsemigroups
create-args: >-
python=${{ matrix.python_version }}
fmt
- name: "Install libsemigroups@v3 . . ."
run: |
micromamba activate libsemigroups
git clone --depth 1 --branch refactor-knuth-bendix https://github.com/Joseph-Edwards/libsemigroups.git
cd libsemigroups
./autogen.sh && ./configure CXXFLAGS='-O3 -g' --disable-hpcombi --with-external-fmt && sudo make install -j8
./autogen.sh && ./configure CXXFLAGS='-O3 -g' --disable-hpcombi && sudo make install -j8
- name: "Python version . . ."
run: |
python --version
Expand Down

0 comments on commit feeffaa

Please sign in to comment.